Package | Description |
---|---|
com.espertech.esper.epl.generated |
ANTLR-generated classes for parsing and AST tree-walking
|
com.espertech.esper.epl.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
Modifier and Type | Method and Description |
---|---|
EsperEPL2GrammarParser.SlashIdentifierContext |
EsperEPL2GrammarParser.slashIdentifier() |
EsperEPL2GrammarParser.SlashIdentifierContext |
EsperEPL2GrammarParser.SubstitutionContext.slashIdentifier() |
Modifier and Type | Method and Description |
---|---|
void |
EsperEPL2GrammarListener.enterSlashIdentifier(EsperEPL2GrammarParser.SlashIdentifierContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.slashIdentifier() . |
void |
EsperEPL2GrammarBaseListener.enterSlashIdentifier(EsperEPL2GrammarParser.SlashIdentifierContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.slashIdentifier() . |
void |
EsperEPL2GrammarListener.exitSlashIdentifier(EsperEPL2GrammarParser.SlashIdentifierContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.slashIdentifier() . |
void |
EsperEPL2GrammarBaseListener.exitSlashIdentifier(EsperEPL2GrammarParser.SlashIdentifierContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.slashIdentifier() . |
Modifier and Type | Method and Description |
---|---|
void |
EPLTreeWalkerListener.enterSlashIdentifier(EsperEPL2GrammarParser.SlashIdentifierContext ctx) |
void |
EPLTreeWalkerListener.exitSlashIdentifier(EsperEPL2GrammarParser.SlashIdentifierContext ctx) |
static String |
ASTUtil.unescapeSlashIdentifier(EsperEPL2GrammarParser.SlashIdentifierContext ctx) |