-
Interfaces Interface Description org.apache.commons.jexl3.JexlEngine.Options 3.2
-
Classes Class Description org.apache.commons.jexl3.internal.Engine32 3.6.1, use Engine with JexlOptions instead.org.apache.commons.jexl3.introspection.JexlSandbox.BlackSet since 3.2, useJexlSandbox.BlockSetorg.apache.commons.jexl3.introspection.JexlSandbox.WhiteSet since 3.2, useJexlSandbox.AllowSet
-
Fields Field Description org.apache.commons.jexl3.JexlFeatures.STRICT_STATEMENT 3.6
-
Constructors Constructor Description org.apache.commons.jexl3.JexlException.Method(JexlInfo, String, Throwable) as of 3.2, use call with method argumentsorg.apache.commons.jexl3.JexlException.Property(JexlNode, String) 3.2org.apache.commons.jexl3.parser.JexlNode(Parser, int) UseJexlNode(int).org.apache.commons.jexl3.parser.SimpleNode(Parser, int) UseSimpleNode(int).
-
Enum Constants Enum Constant Description org.apache.commons.jexl3.JexlOperator.ASSIGN 3.5.0