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 |
---|---|
EsperEPL2GrammarParser.LibFunctionContext |
EsperEPL2GrammarParser.libFunction() |
EsperEPL2GrammarParser.LibFunctionContext |
EsperEPL2GrammarParser.CreateTableColumnContext.libFunction() |
EsperEPL2GrammarParser.LibFunctionContext |
EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext.libFunction() |
Modifier and Type | Method and Description |
---|---|
void |
EsperEPL2GrammarListener.enterLibFunction(EsperEPL2GrammarParser.LibFunctionContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.libFunction() . |
void |
EsperEPL2GrammarBaseListener.enterLibFunction(EsperEPL2GrammarParser.LibFunctionContext ctx)
Enter a parse tree produced by
EsperEPL2GrammarParser.libFunction() . |
void |
EsperEPL2GrammarListener.exitLibFunction(EsperEPL2GrammarParser.LibFunctionContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.libFunction() . |
void |
EsperEPL2GrammarBaseListener.exitLibFunction(EsperEPL2GrammarParser.LibFunctionContext ctx)
Exit a parse tree produced by
EsperEPL2GrammarParser.libFunction() . |
Modifier and Type | Method and Description |
---|---|
void |
EPLTreeWalkerListener.enterLibFunction(EsperEPL2GrammarParser.LibFunctionContext ctx) |
void |
EPLTreeWalkerListener.exitLibFunction(EsperEPL2GrammarParser.LibFunctionContext ctx) |
static void |
ASTLibFunctionHelper.handleLibFunc(org.antlr.v4.runtime.CommonTokenStream tokenStream,
EsperEPL2GrammarParser.LibFunctionContext ctx,
Map<org.antlr.v4.runtime.tree.Tree,com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap,
com.espertech.esper.common.internal.util.LazyAllocatedMap<com.espertech.esper.common.client.configuration.compiler.ConfigurationCompilerPlugInAggregationMultiFunction,com.espertech.esper.common.client.hook.aggmultifunc.AggregationMultiFunctionForge> plugInAggregations,
com.espertech.esper.common.internal.compile.stage1.spec.ExpressionDeclDesc expressionDeclarations,
List<com.espertech.esper.common.internal.compile.stage1.spec.ExpressionScriptProvided> scriptExpressions,
com.espertech.esper.common.internal.context.compile.ContextCompileTimeDescriptor contextDescriptor,
com.espertech.esper.common.internal.compile.stage1.spec.StatementSpecRaw statementSpec,
com.espertech.esper.common.internal.compile.stage1.specmapper.StatementSpecMapEnv mapEnv) |
Copyright © 2005–2020. All rights reserved.