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