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.CreateContextExprContext |
EsperEPL2GrammarParser.createContextExpr() |
EsperEPL2GrammarParser.CreateContextExprContext |
EsperEPL2GrammarParser.EplExpressionContext.createContextExpr() |
Modifier and Type | Method and Description |
---|---|
void |
EsperEPL2GrammarListener.enterCreateContextExpr(EsperEPL2GrammarParser.CreateContextExprContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.createContextExpr() . |
void |
EsperEPL2GrammarBaseListener.enterCreateContextExpr(EsperEPL2GrammarParser.CreateContextExprContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.createContextExpr() . |
void |
EsperEPL2GrammarListener.exitCreateContextExpr(EsperEPL2GrammarParser.CreateContextExprContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.createContextExpr() . |
void |
EsperEPL2GrammarBaseListener.exitCreateContextExpr(EsperEPL2GrammarParser.CreateContextExprContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.createContextExpr() . |
Modifier and Type | Method and Description |
---|---|
void |
EPLTreeWalkerListener.enterCreateContextExpr(EsperEPL2GrammarParser.CreateContextExprContext ctx) |
void |
EPLTreeWalkerListener.exitCreateContextExpr(EsperEPL2GrammarParser.CreateContextExprContext ctx) |
static CreateContextDesc |
ASTContextHelper.walkCreateContext(EsperEPL2GrammarParser.CreateContextExprContext ctx,
Map<org.antlr.v4.runtime.tree.Tree,ExprNode> astExprNodeMap,
Map<org.antlr.v4.runtime.tree.Tree,EvalFactoryNode> astPatternNodeMap,
PropertyEvalSpec propertyEvalSpec,
FilterSpecRaw filterSpec) |