Uses of Class
org.apache.commons.jexl3.parser.ASTJexlLambda
-
Packages that use ASTJexlLambda Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of ASTJexlLambda in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type ASTJexlLambda Modifier and Type Method Description private static boolean
Debugger. isLambdaExpr(ASTJexlLambda lambda)
Constructors in org.apache.commons.jexl3.internal with parameters of type ASTJexlLambda Constructor Description Closure(Interpreter theCaller, ASTJexlLambda lambda)
Creates a closure.
-