Class NCalcParser.BooleanAndExpressionContext
public class NCalcParser.BooleanAndExpressionContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
- Inheritance
-
RuleContextParserRuleContextNCalcParser.BooleanAndExpressionContext
- 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
BooleanAndExpressionContext(ParserRuleContext, int)
public BooleanAndExpressionContext(ParserRuleContext parent, int invokingState)
Parameters
parent
ParserRuleContextinvokingState
int
Fields
left
public NCalcParser.BitwiseOrExpressionContext left
Field Value
retValue
public LogicalExpression retValue
Field Value
right
public NCalcParser.BitwiseOrExpressionContext right
Field Value
Properties
RuleIndex
public override int RuleIndex { get; }
Property Value
Methods
AND()
public ITerminalNode[] AND()
Returns
- ITerminalNode[]
AND(int)
public ITerminalNode AND(int i)
Parameters
i
int
Returns
- ITerminalNode
EnterRule(IParseTreeListener)
public override void EnterRule(IParseTreeListener listener)
Parameters
listener
IParseTreeListener
ExitRule(IParseTreeListener)
public override void ExitRule(IParseTreeListener listener)
Parameters
listener
IParseTreeListener
bitwiseOrExpression()
public NCalcParser.BitwiseOrExpressionContext[] bitwiseOrExpression()
Returns
bitwiseOrExpression(int)
public NCalcParser.BitwiseOrExpressionContext bitwiseOrExpression(int i)
Parameters
i
int