Table of Contents

Class NCalcParser.BooleanAndExpressionContext

Namespace
NCalc.Antlr
Assembly
NCalc.Antlr.dll
public class NCalcParser.BooleanAndExpressionContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Inheritance
RuleContext
ParserRuleContext
NCalcParser.BooleanAndExpressionContext
Implements
IRuleNode
IParseTree
ISyntaxTree
ITree
Inherited Members
ParserRuleContext.EMPTY
ParserRuleContext.children
ParserRuleContext.exception
ParserRuleContext.CopyFrom(ParserRuleContext)
ParserRuleContext.AddChild(ITerminalNode)
ParserRuleContext.AddChild(RuleContext)
ParserRuleContext.RemoveLastChild()
ParserRuleContext.AddChild(IToken)
ParserRuleContext.AddErrorNode(IToken)
ParserRuleContext.GetRuleContexts<T>()
ParserRuleContext.ToInfoString(Parser)
ParserRuleContext.EmptyContext
ParserRuleContext.ChildCount
ParserRuleContext.SourceInterval
ParserRuleContext.Start
ParserRuleContext.Stop
RuleContext.invokingState
RuleContext.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.IsEmpty
RuleContext.Parent
RuleContext.Payload

Constructors

BooleanAndExpressionContext(ParserRuleContext, int)

public BooleanAndExpressionContext(ParserRuleContext parent, int invokingState)

Parameters

parent ParserRuleContext
invokingState int

Fields

left

public NCalcParser.BitwiseOrExpressionContext left

Field Value

NCalcParser.BitwiseOrExpressionContext

retValue

public LogicalExpression retValue

Field Value

LogicalExpression

right

public NCalcParser.BitwiseOrExpressionContext right

Field Value

NCalcParser.BitwiseOrExpressionContext

Properties

RuleIndex

public override int RuleIndex { get; }

Property Value

int

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

BitwiseOrExpressionContext[]

bitwiseOrExpression(int)

public NCalcParser.BitwiseOrExpressionContext bitwiseOrExpression(int i)

Parameters

i int

Returns

NCalcParser.BitwiseOrExpressionContext