public static class EsperEPL2GrammarParser.CreateSchemaDefContext
extends ParserRuleContext
Modifier and Type | Field and Description |
---|---|
Token |
name |
Constructor and Description |
---|
CreateSchemaDefContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
TerminalNode |
AS() |
EsperEPL2GrammarParser.CreateColumnListContext |
createColumnList() |
java.util.List<EsperEPL2GrammarParser.CreateSchemaQualContext> |
createSchemaQual() |
EsperEPL2GrammarParser.CreateSchemaQualContext |
createSchemaQual(int i) |
void |
enterRule(ParseTreeListener listener) |
void |
exitRule(ParseTreeListener listener) |
int |
getRuleIndex() |
TerminalNode |
IDENT() |
TerminalNode |
LPAREN() |
TerminalNode |
RPAREN() |
TerminalNode |
SCHEMA() |
EsperEPL2GrammarParser.VariantListContext |
variantList() |
public CreateSchemaDefContext(ParserRuleContext parent, int invokingState)
public TerminalNode AS()
public EsperEPL2GrammarParser.VariantListContext variantList()
public TerminalNode SCHEMA()
public java.util.List<EsperEPL2GrammarParser.CreateSchemaQualContext> createSchemaQual()
public TerminalNode RPAREN()
public EsperEPL2GrammarParser.CreateSchemaQualContext createSchemaQual(int i)
public EsperEPL2GrammarParser.CreateColumnListContext createColumnList()
public TerminalNode LPAREN()
public TerminalNode IDENT()
public int getRuleIndex()
public void enterRule(ParseTreeListener listener)
public void exitRule(ParseTreeListener listener)