Uses of Class
org.apache.commons.jexl3.internal.Closure
Packages that use Closure
Package
Description
Provides utilities for introspection services.
-
Uses of Closure in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type ClosureModifier and TypeMethodDescription(package private) Object[]
Frame.nocycleStack
(Closure closure) Replace any instance of a closure in this stack by its (fuzzy encoded) offset in it.protected Object
Interpreter.runClosure
(Closure closure, Object data) Runs a closure.