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