public static class ExpressionParser.ExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
ExpressionParser.Logic_factorContext |
f |
DSLExpression |
result |
| Constructor and Description |
|---|
ExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.v4.runtime.tree.TerminalNode |
EOF() |
int |
getRuleIndex() |
ExpressionParser.Logic_factorContext |
logic_factor() |
addAnyChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic DSLExpression result
public ExpressionParser.Logic_factorContext f
public ExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode EOF()
public ExpressionParser.Logic_factorContext logic_factor()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext