Uses of Class
org.apache.commons.jexl3.parser.ASTJexlLambda
Packages that use ASTJexlLambda
Package
Description
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 ASTJexlLambdaModifier and TypeMethodDescriptionprivate static boolean
Debugger.isLambdaExpr
(ASTJexlLambda lambda) Constructors in org.apache.commons.jexl3.internal with parameters of type ASTJexlLambdaModifierConstructorDescriptionprotected
Closure
(Interpreter theCaller, ASTJexlLambda lambda) Creates a closure.