Uses of Class
org.apache.commons.jexl3.internal.Closure
-
Packages that use Closure Package Description org.apache.commons.jexl3.internal 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 Closure Modifier and Type Method Description (package private) java.lang.Object[]
Frame. nocycleStack(Closure closure)
Replace any instance of a closure in this stack by its (fuzzy encoded) offset in it.protected java.lang.Object
Interpreter. runClosure(Closure closure)
Runs a closure.
-