Package io.dialob.rule.parser
Class DialobRuleParser.OfExprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.dialob.rule.parser.DialobRuleParser.ArithExprRuleContext
-
- io.dialob.rule.parser.DialobRuleParser.OfExprContext
-
- 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.OfExprContext extends DialobRuleParser.ArithExprRuleContext
-
-
Field Summary
Fields Modifier and Type Field Description org.antlr.v4.runtime.TokenleftDialobRuleParser.ReducerExprRuleContextright
-
Constructor Summary
Constructors Constructor Description OfExprContext(DialobRuleParser.ArithExprRuleContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)org.antlr.v4.runtime.tree.TerminalNodeID()org.antlr.v4.runtime.tree.TerminalNodeOF()DialobRuleParser.ReducerExprRuleContextreducerExprRule()-
Methods inherited from class io.dialob.rule.parser.DialobRuleParser.ArithExprRuleContext
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 org.antlr.v4.runtime.Token left
-
right
public DialobRuleParser.ReducerExprRuleContext right
-
-
Constructor Detail
-
OfExprContext
public OfExprContext(DialobRuleParser.ArithExprRuleContext ctx)
-
-
Method Detail
-
OF
public org.antlr.v4.runtime.tree.TerminalNode OF()
-
ID
public org.antlr.v4.runtime.tree.TerminalNode ID()
-
reducerExprRule
public DialobRuleParser.ReducerExprRuleContext reducerExprRule()
-
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
-
-