public static class EsperEPL2GrammarParser.SecondPartContext
extends ParserRuleContext
Modifier and Type | Field and Description |
---|---|
Token |
i |
Constructor and Description |
---|
SecondPartContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
int |
getRuleIndex() |
TerminalNode |
IDENT() |
EsperEPL2GrammarParser.NumberconstantContext |
numberconstant() |
EsperEPL2GrammarParser.SubstitutionContext |
substitution() |
TerminalNode |
TIMEPERIOD_SEC() |
TerminalNode |
TIMEPERIOD_SECOND() |
TerminalNode |
TIMEPERIOD_SECONDS() |
public SecondPartContext(ParserRuleContext parent, int invokingState)
public TerminalNode TIMEPERIOD_SECOND()
public TerminalNode TIMEPERIOD_SEC()
public EsperEPL2GrammarParser.NumberconstantContext numberconstant()
public TerminalNode IDENT()
public EsperEPL2GrammarParser.SubstitutionContext substitution()
public TerminalNode TIMEPERIOD_SECONDS()
public int getRuleIndex()
public void enterRule(ParseTreeListener listener)
public void exitRule(ParseTreeListener listener)