public static class EsperEPL2GrammarParser.GroupByListChoiceContext
extends ParserRuleContext
Modifier and Type | Field and Description |
---|---|
EsperEPL2GrammarParser.ExpressionContext |
e1 |
Constructor and Description |
---|
GroupByListChoiceContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
EsperEPL2GrammarParser.ExpressionContext |
expression() |
int |
getRuleIndex() |
EsperEPL2GrammarParser.GroupByCubeOrRollupContext |
groupByCubeOrRollup() |
EsperEPL2GrammarParser.GroupByGroupingSetsContext |
groupByGroupingSets() |
public EsperEPL2GrammarParser.ExpressionContext e1
public GroupByListChoiceContext(ParserRuleContext parent, int invokingState)
public EsperEPL2GrammarParser.GroupByGroupingSetsContext groupByGroupingSets()
public EsperEPL2GrammarParser.GroupByCubeOrRollupContext groupByCubeOrRollup()
public EsperEPL2GrammarParser.ExpressionContext expression()
public int getRuleIndex()
public void enterRule(ParseTreeListener listener)
public void exitRule(ParseTreeListener listener)