public static class EsperEPL2GrammarParser.RangeOperandContext
extends org.antlr.v4.runtime.ParserRuleContext
Modifier and Type | Field and Description |
---|---|
org.antlr.v4.runtime.Token |
i1 |
org.antlr.v4.runtime.Token |
i2 |
EsperEPL2GrammarParser.NumberContext |
n1 |
EsperEPL2GrammarParser.NumberContext |
n2 |
EsperEPL2GrammarParser.SubstitutionContext |
s1 |
EsperEPL2GrammarParser.SubstitutionContext |
s2 |
Constructor and Description |
---|
RangeOperandContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
org.antlr.v4.runtime.tree.TerminalNode |
COLON() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
List<org.antlr.v4.runtime.tree.TerminalNode> |
IDENT() |
org.antlr.v4.runtime.tree.TerminalNode |
IDENT(int i) |
List<EsperEPL2GrammarParser.NumberContext> |
number() |
EsperEPL2GrammarParser.NumberContext |
number(int i) |
List<EsperEPL2GrammarParser.SubstitutionContext> |
substitution() |
EsperEPL2GrammarParser.SubstitutionContext |
substitution(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public EsperEPL2GrammarParser.NumberContext n1
public org.antlr.v4.runtime.Token i1
public EsperEPL2GrammarParser.SubstitutionContext s1
public EsperEPL2GrammarParser.NumberContext n2
public org.antlr.v4.runtime.Token i2
public EsperEPL2GrammarParser.SubstitutionContext s2
public RangeOperandContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public org.antlr.v4.runtime.tree.TerminalNode COLON()
public List<EsperEPL2GrammarParser.NumberContext> number()
public EsperEPL2GrammarParser.NumberContext number(int i)
public List<org.antlr.v4.runtime.tree.TerminalNode> IDENT()
public org.antlr.v4.runtime.tree.TerminalNode IDENT(int i)
public List<EsperEPL2GrammarParser.SubstitutionContext> substitution()
public EsperEPL2GrammarParser.SubstitutionContext substitution(int i)
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