public static class Lambda2Parser.AnyExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
Modifier and Type | Field and Description |
---|---|
Lambda2Parser.ArithmeticExpressionEContext |
ae20 |
Lambda2Parser.BooleanExpressionBContext |
be20 |
Value |
value |
Constructor and Description |
---|
AnyExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
Lambda2Parser.ArithmeticExpressionEContext |
arithmeticExpressionE() |
Lambda2Parser.BooleanExpressionBContext |
booleanExpressionB() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public Value value
public Lambda2Parser.BooleanExpressionBContext be20
public Lambda2Parser.ArithmeticExpressionEContext ae20
public AnyExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public Lambda2Parser.BooleanExpressionBContext booleanExpressionB()
public Lambda2Parser.ArithmeticExpressionEContext arithmeticExpressionE()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext