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