Class NCalcParser.ExpressionListContext
public class NCalcParser.ExpressionListContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
  - Inheritance
 - 
      
      RuleContextParserRuleContextNCalcParser.ExpressionListContext
 
- 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
ExpressionListContext(ParserRuleContext, int)
public ExpressionListContext(ParserRuleContext parent, int invokingState)
  Parameters
parentParserRuleContextinvokingStateint
Fields
first
public NCalcParser.LogicalExpressionContext first
  Field Value
follow
public NCalcParser.LogicalExpressionContext follow
  Field Value
retValue
public List<LogicalExpression> retValue
  Field Value
Properties
RuleIndex
public override int RuleIndex { get; }
  Property Value
Methods
EnterRule(IParseTreeListener)
public override void EnterRule(IParseTreeListener listener)
  Parameters
listenerIParseTreeListener
ExitRule(IParseTreeListener)
public override void ExitRule(IParseTreeListener listener)
  Parameters
listenerIParseTreeListener
logicalExpression()
public NCalcParser.LogicalExpressionContext[] logicalExpression()
  Returns
logicalExpression(int)
public NCalcParser.LogicalExpressionContext logicalExpression(int i)
  Parameters
iint