Class ASTLambdaHelper
java.lang.Object
com.espertech.esper.compiler.internal.parse.ASTLambdaHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<com.espertech.esper.common.internal.epl.expression.core.ExprNode>
getExprNodesLibFunc
(EsperEPL2GrammarParser.LibFunctionArgsContext ctx, Map<org.antlr.v4.runtime.tree.Tree, com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap)
-
Constructor Details
-
ASTLambdaHelper
public ASTLambdaHelper()
-
-
Method Details
-
getExprNodesLibFunc
public static List<com.espertech.esper.common.internal.epl.expression.core.ExprNode> getExprNodesLibFunc(EsperEPL2GrammarParser.LibFunctionArgsContext ctx, Map<org.antlr.v4.runtime.tree.Tree, com.espertech.esper.common.internal.epl.expression.core.ExprNode> astExprNodeMap) -
getLambdaGoesParams
protected static List<String> getLambdaGoesParams(EsperEPL2GrammarParser.ExpressionLambdaDeclContext ctx)
-