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