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