Package | Description |
---|---|
com.espertech.esper.compiler.internal.generated | |
com.espertech.esper.compiler.internal.parse |
Parsers and AST tree walkers and helper classes transforming AST into business objects
|
Modifier and Type | Method and Description |
---|---|
void |
EsperEPL2GrammarListener.enterChainableElements(EsperEPL2GrammarParser.ChainableElementsContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.chainableElements() . |
void |
EsperEPL2GrammarBaseListener.enterChainableElements(EsperEPL2GrammarParser.ChainableElementsContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.chainableElements() . |
void |
EsperEPL2GrammarListener.exitChainableElements(EsperEPL2GrammarParser.ChainableElementsContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.chainableElements() . |
void |
EsperEPL2GrammarBaseListener.exitChainableElements(EsperEPL2GrammarParser.ChainableElementsContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.chainableElements() . |
Modifier and Type | Method and Description |
---|---|
static void |
ASTChainSpecHelper.addChainablesInternal(EsperEPL2GrammarParser.ChainableElementsContext ctx,
Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap,
List<com.espertech.esper.common.internal.epl.expression.chain.Chainable> chain) |
void |
EPLTreeWalkerListener.enterChainableElements(EsperEPL2GrammarParser.ChainableElementsContext ctx) |
void |
EPLTreeWalkerListener.exitChainableElements(EsperEPL2GrammarParser.ChainableElementsContext ctx) |
static List<com.espertech.esper.common.internal.epl.expression.chain.Chainable> |
ASTChainSpecHelper.getChainables(EsperEPL2GrammarParser.ChainableElementsContext ctx,
Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap) |
static boolean |
ASTChainSpecHelper.hasChain(EsperEPL2GrammarParser.ChainableElementsContext ctx) |
Copyright © 2005–2022. All rights reserved.