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