Package io.dialob.rule.parser
Class DialobRuleParser.RelationExprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.dialob.rule.parser.DialobRuleParser.ExprContext
-
- io.dialob.rule.parser.DialobRuleParser.RelationExprContext
-
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree,org.antlr.v4.runtime.tree.RuleNode,org.antlr.v4.runtime.tree.SyntaxTree,org.antlr.v4.runtime.tree.Tree
- Enclosing class:
- DialobRuleParser
public static class DialobRuleParser.RelationExprContext extends DialobRuleParser.ExprContext
-
-
Field Summary
Fields Modifier and Type Field Description DialobRuleParser.ArithExprRuleContextleftorg.antlr.v4.runtime.TokenopDialobRuleParser.ArithExprRuleContextright
-
Constructor Summary
Constructors Constructor Description RelationExprContext(DialobRuleParser.ExprContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DialobRuleParser.ArithExprRuleContext>arithExprRule()DialobRuleParser.ArithExprRuleContextarithExprRule(int i)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeEQ()voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeGE()org.antlr.v4.runtime.tree.TerminalNodeGT()org.antlr.v4.runtime.tree.TerminalNodeLE()org.antlr.v4.runtime.tree.TerminalNodeLT()org.antlr.v4.runtime.tree.TerminalNodeNE()-
Methods inherited from class io.dialob.rule.parser.DialobRuleParser.ExprContext
copyFrom, getRuleIndex
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Field Detail
-
left
public DialobRuleParser.ArithExprRuleContext left
-
op
public org.antlr.v4.runtime.Token op
-
right
public DialobRuleParser.ArithExprRuleContext right
-
-
Constructor Detail
-
RelationExprContext
public RelationExprContext(DialobRuleParser.ExprContext ctx)
-
-
Method Detail
-
arithExprRule
public List<DialobRuleParser.ArithExprRuleContext> arithExprRule()
-
arithExprRule
public DialobRuleParser.ArithExprRuleContext arithExprRule(int i)
-
NE
public org.antlr.v4.runtime.tree.TerminalNode NE()
-
LE
public org.antlr.v4.runtime.tree.TerminalNode LE()
-
GE
public org.antlr.v4.runtime.tree.TerminalNode GE()
-
LT
public org.antlr.v4.runtime.tree.TerminalNode LT()
-
GT
public org.antlr.v4.runtime.tree.TerminalNode GT()
-
EQ
public org.antlr.v4.runtime.tree.TerminalNode EQ()
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
-