Table of Contents

Class NCalcParser.RelationalExpressionContext

Namespace
NCalc.Antlr
Assembly
NCalc.Antlr.dll
public class NCalcParser.RelationalExpressionContext : ParserRuleContext, IRuleNode, IParseTree, ISyntaxTree, ITree
Inheritance
RuleContext
ParserRuleContext
NCalcParser.RelationalExpressionContext
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

RelationalExpressionContext(ParserRuleContext, int)

public RelationalExpressionContext(ParserRuleContext parent, int invokingState)

Parameters

parent ParserRuleContext
invokingState int

Fields

left

public NCalcParser.ShiftExpressionContext left

Field Value

NCalcParser.ShiftExpressionContext

retValue

public LogicalExpression retValue

Field Value

LogicalExpression

right

public NCalcParser.ShiftExpressionContext right

Field Value

NCalcParser.ShiftExpressionContext

Properties

RuleIndex

public override int RuleIndex { get; }

Property Value

int

Methods

EnterRule(IParseTreeListener)

public override void EnterRule(IParseTreeListener listener)

Parameters

listener IParseTreeListener

ExitRule(IParseTreeListener)

public override void ExitRule(IParseTreeListener listener)

Parameters

listener IParseTreeListener

shiftExpression()

public NCalcParser.ShiftExpressionContext[] shiftExpression()

Returns

ShiftExpressionContext[]

shiftExpression(int)

public NCalcParser.ShiftExpressionContext shiftExpression(int i)

Parameters

i int

Returns

NCalcParser.ShiftExpressionContext