public static class EsperEPL2GrammarParser.AccessAggExprContext
extends ParserRuleContext
Modifier and Type | Field and Description |
---|---|
Token |
s |
Constructor and Description |
---|
AccessAggExprContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
EsperEPL2GrammarParser.ExpressionContext |
expression() |
int |
getRuleIndex() |
EsperEPL2GrammarParser.PropertyStreamSelectorContext |
propertyStreamSelector() |
TerminalNode |
STAR() |
public AccessAggExprContext(ParserRuleContext parent, int invokingState)
public EsperEPL2GrammarParser.ExpressionContext expression()
public TerminalNode STAR()
public EsperEPL2GrammarParser.PropertyStreamSelectorContext propertyStreamSelector()
public int getRuleIndex()
public void enterRule(ParseTreeListener listener)
public void exitRule(ParseTreeListener listener)