Class NCalcParser.PrimaryExpressionContext
public class NCalcParser.PrimaryExpressionContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
- Inheritance
-
RuleContextParserRuleContextNCalcParser.PrimaryExpressionContext
- Implements
-
IRuleNodeIParseTreeISyntaxTreeITree
- Inherited Members
-
ParserRuleContext.EMPTYParserRuleContext.childrenParserRuleContext.exceptionParserRuleContext.CopyFrom(ParserRuleContext)ParserRuleContext.AddChild(ITerminalNode)ParserRuleContext.AddChild(RuleContext)ParserRuleContext.RemoveLastChild()ParserRuleContext.AddChild(IToken)ParserRuleContext.AddErrorNode(IToken)ParserRuleContext.GetRuleContexts<T>()ParserRuleContext.ToInfoString(Parser)ParserRuleContext.EmptyContextParserRuleContext.ChildCountParserRuleContext.SourceIntervalParserRuleContext.StartParserRuleContext.StopRuleContext.invokingStateRuleContext.Depth()RuleContext.GetText()RuleContext.getAltNumber()RuleContext.Accept<T>(IParseTreeVisitor<T>)RuleContext.ToStringTree(Parser)RuleContext.ToStringTree()RuleContext.ToString()RuleContext.ToString(IRecognizer)RuleContext.ToString(IRecognizer, RuleContext)RuleContext.IsEmptyRuleContext.ParentRuleContext.Payload
Constructors
PrimaryExpressionContext(ParserRuleContext, int)
public PrimaryExpressionContext(ParserRuleContext parent, int invokingState)
Parameters
parent
ParserRuleContextinvokingState
int
Fields
_arguments
public NCalcParser.ArgumentsContext _arguments
Field Value
_identifier
public NCalcParser.IdentifierContext _identifier
Field Value
_logicalExpression
public NCalcParser.LogicalExpressionContext _logicalExpression
Field Value
expr
public NCalcParser.ValueContext expr
Field Value
retValue
public LogicalExpression retValue
Field Value
Properties
RuleIndex
public override int RuleIndex { get; }
Property Value
Methods
EnterRule(IParseTreeListener)
public override void EnterRule(IParseTreeListener listener)
Parameters
listener
IParseTreeListener
ExitRule(IParseTreeListener)
public override void ExitRule(IParseTreeListener listener)
Parameters
listener
IParseTreeListener
arguments()
public NCalcParser.ArgumentsContext arguments()
Returns
identifier()
public NCalcParser.IdentifierContext identifier()
Returns
logicalExpression()
public NCalcParser.LogicalExpressionContext logicalExpression()
Returns
value()
public NCalcParser.ValueContext value()