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.OrExpressionContext |
EsperEPL2GrammarParser.orExpression() |
EsperEPL2GrammarParser.OrExpressionContext |
EsperEPL2GrammarParser.FollowedByExpressionContext.orExpression() |
EsperEPL2GrammarParser.OrExpressionContext |
EsperEPL2GrammarParser.FollowedByRepeatContext.orExpression() |
Modifier and Type | Method and Description |
---|---|
void |
EsperEPL2GrammarListener.enterOrExpression(EsperEPL2GrammarParser.OrExpressionContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.orExpression() . |
void |
EsperEPL2GrammarBaseListener.enterOrExpression(EsperEPL2GrammarParser.OrExpressionContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.orExpression() . |
void |
EsperEPL2GrammarListener.exitOrExpression(EsperEPL2GrammarParser.OrExpressionContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.orExpression() . |
void |
EsperEPL2GrammarBaseListener.exitOrExpression(EsperEPL2GrammarParser.OrExpressionContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.orExpression() . |
Modifier and Type | Method and Description |
---|---|
void |
EPLTreeWalkerListener.enterOrExpression(EsperEPL2GrammarParser.OrExpressionContext ctx) |
void |
EPLTreeWalkerListener.exitOrExpression(EsperEPL2GrammarParser.OrExpressionContext ctx) |