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