public static class EsperEPL2GrammarParser.RangeOperandContext
extends ParserRuleContext
Modifier and Type | Field and Description |
---|---|
Token |
i1 |
Token |
i2 |
EsperEPL2GrammarParser.NumberContext |
n1 |
EsperEPL2GrammarParser.NumberContext |
n2 |
EsperEPL2GrammarParser.SubstitutionContext |
s1 |
EsperEPL2GrammarParser.SubstitutionContext |
s2 |
Constructor and Description |
---|
RangeOperandContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
TerminalNode |
COLON() |
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
int |
getRuleIndex() |
java.util.List<TerminalNode> |
IDENT() |
TerminalNode |
IDENT(int i) |
java.util.List<EsperEPL2GrammarParser.NumberContext> |
number() |
EsperEPL2GrammarParser.NumberContext |
number(int i) |
java.util.List<EsperEPL2GrammarParser.SubstitutionContext> |
substitution() |
EsperEPL2GrammarParser.SubstitutionContext |
substitution(int i) |
public EsperEPL2GrammarParser.NumberContext n1
public Token i1
public EsperEPL2GrammarParser.SubstitutionContext s1
public EsperEPL2GrammarParser.NumberContext n2
public Token i2
public EsperEPL2GrammarParser.SubstitutionContext s2
public RangeOperandContext(ParserRuleContext parent, int invokingState)
public java.util.List<EsperEPL2GrammarParser.NumberContext> number()
public EsperEPL2GrammarParser.NumberContext number(int i)
public EsperEPL2GrammarParser.SubstitutionContext substitution(int i)
public java.util.List<EsperEPL2GrammarParser.SubstitutionContext> substitution()
public java.util.List<TerminalNode> IDENT()
public TerminalNode COLON()
public TerminalNode IDENT(int i)
public int getRuleIndex()
public void enterRule(ParseTreeListener listener)
public void exitRule(ParseTreeListener listener)