public static class ExpressionParser.Comparison_factorContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
ExpressionParser.Negate_factorContext |
f1 |
ExpressionParser.Negate_factorContext |
f2 |
org.antlr.v4.runtime.Token |
op |
DSLExpression |
result |
| Constructor and Description |
|---|
Comparison_factorContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRuleIndex() |
List<ExpressionParser.Negate_factorContext> |
negate_factor() |
ExpressionParser.Negate_factorContext |
negate_factor(int i) |
addAnyChild, addChild, addChild, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic DSLExpression result
public ExpressionParser.Negate_factorContext f1
public org.antlr.v4.runtime.Token op
public ExpressionParser.Negate_factorContext f2
public Comparison_factorContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public List<ExpressionParser.Negate_factorContext> negate_factor()
public ExpressionParser.Negate_factorContext negate_factor(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContext