Class ASTContextHelper
java.lang.Object
com.espertech.esper.compiler.internal.parse.ASTContextHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.espertech.esper.common.internal.compile.stage1.spec.CreateContextDesc
walkCreateContext
(EsperEPL2GrammarParser.CreateContextExprContext ctx, Map<org.antlr.v4.runtime.tree.Tree, com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap, Map<org.antlr.v4.runtime.tree.Tree, com.espertech.esper.common.internal.epl.pattern.core.EvalForgeNode> astPatternNodeMap, com.espertech.esper.common.internal.compile.stage1.spec.PropertyEvalSpec propertyEvalSpec, com.espertech.esper.common.internal.compile.stage1.spec.FilterSpecRaw filterSpec)
-
Constructor Details
-
ASTContextHelper
public ASTContextHelper()
-
-
Method Details
-
walkCreateContext
public static com.espertech.esper.common.internal.compile.stage1.spec.CreateContextDesc walkCreateContext(EsperEPL2GrammarParser.CreateContextExprContext ctx, Map<org.antlr.v4.runtime.tree.Tree, com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap, Map<org.antlr.v4.runtime.tree.Tree, com.espertech.esper.common.internal.epl.pattern.core.EvalForgeNode> astPatternNodeMap, com.espertech.esper.common.internal.compile.stage1.spec.PropertyEvalSpec propertyEvalSpec, com.espertech.esper.common.internal.compile.stage1.spec.FilterSpecRaw filterSpec)
-