Class NCalcParser.NcalcExpressionContext
public class NCalcParser.NcalcExpressionContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
  - Inheritance
 - 
      
      RuleContextParserRuleContextNCalcParser.NcalcExpressionContext
 
- 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
NcalcExpressionContext(ParserRuleContext, int)
public NcalcExpressionContext(ParserRuleContext parent, int invokingState)
  Parameters
parentParserRuleContextinvokingStateint
Fields
_logicalExpression
public NCalcParser.LogicalExpressionContext _logicalExpression
  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
listenerIParseTreeListener
Eof()
public ITerminalNode Eof()
  Returns
- ITerminalNode
 
ExitRule(IParseTreeListener)
public override void ExitRule(IParseTreeListener listener)
  Parameters
listenerIParseTreeListener
logicalExpression()
public NCalcParser.LogicalExpressionContext logicalExpression()