Uses of Interface
org.apache.commons.jexl3.JexlEngine.Options
-
Packages that use JexlEngine.Options Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of JexlEngine.Options in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 with parameters of type JexlEngine.Options Modifier and Type Method Description JexlArithmetic
JexlArithmetic. options(JexlEngine.Options options)
Deprecated.3.2 -
Uses of JexlEngine.Options in org.apache.commons.jexl3.internal
Methods in org.apache.commons.jexl3.internal with parameters of type JexlEngine.Options Modifier and Type Method Description private JexlOptions
Engine. evalOptions(JexlEngine.Options opts)
Obsolete version of options evaluation.
-