public static class EsperEPL2GrammarParser.MillisecondPartContext
extends ParserRuleContext
Modifier and Type | Field and Description |
---|---|
Token |
i |
Constructor and Description |
---|
MillisecondPartContext(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_MILLISEC() |
TerminalNode |
TIMEPERIOD_MILLISECOND() |
TerminalNode |
TIMEPERIOD_MILLISECONDS() |
public MillisecondPartContext(ParserRuleContext parent, int invokingState)
public TerminalNode TIMEPERIOD_MILLISECONDS()
public TerminalNode TIMEPERIOD_MILLISECOND()
public EsperEPL2GrammarParser.NumberconstantContext numberconstant()
public TerminalNode IDENT()
public EsperEPL2GrammarParser.SubstitutionContext substitution()
public TerminalNode TIMEPERIOD_MILLISEC()
public int getRuleIndex()
public void enterRule(ParseTreeListener listener)
public void exitRule(ParseTreeListener listener)