Class NCalcParser.BitwiseOrExpressionContext
public class NCalcParser.BitwiseOrExpressionContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
- Inheritance
-
RuleContextParserRuleContextNCalcParser.BitwiseOrExpressionContext
- 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
BitwiseOrExpressionContext(ParserRuleContext, int)
public BitwiseOrExpressionContext(ParserRuleContext parent, int invokingState)
Parameters
parent
ParserRuleContextinvokingState
int
Fields
left
public NCalcParser.BitwiseXOrExpressionContext 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
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
Returns
bitwiseXOrExpression()
public NCalcParser.BitwiseXOrExpressionContext bitwiseXOrExpression()