Uses of Interface
org.apache.commons.jexl3.JexlArithmetic.Uberspect
-
Packages that use JexlArithmetic.Uberspect Package Description org.apache.commons.jexl3 Provides a framework for evaluating JEXL expressions.org.apache.commons.jexl3.internal Provides utilities for introspection services.org.apache.commons.jexl3.internal.introspection Provides low-level introspective services.org.apache.commons.jexl3.introspection Provides high-level introspective services. -
-
Uses of JexlArithmetic.Uberspect in org.apache.commons.jexl3
Subinterfaces of JexlArithmetic.Uberspect in org.apache.commons.jexl3 Modifier and Type Interface Description static interfaceJexlOperator.UberspectUberspect that solves and evaluates JexlOperator overloads. -
Uses of JexlArithmetic.Uberspect in org.apache.commons.jexl3.internal
Classes in org.apache.commons.jexl3.internal that implement JexlArithmetic.Uberspect Modifier and Type Class Description classOperatorHelper class to deal with operator overloading and specifics.Fields in org.apache.commons.jexl3.internal declared as JexlArithmetic.Uberspect Modifier and Type Field Description private JexlArithmetic.UberspectOperator. delegateThe delegate if built as a 3.4 legacy. -
Uses of JexlArithmetic.Uberspect in org.apache.commons.jexl3.internal.introspection
Methods in org.apache.commons.jexl3.internal.introspection that return JexlArithmetic.Uberspect Modifier and Type Method Description JexlArithmetic.UberspectSandboxUberspect. getArithmetic(JexlArithmetic arithmetic)JexlArithmetic.UberspectUberspect. getArithmetic(JexlArithmetic arithmetic) -
Uses of JexlArithmetic.Uberspect in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection that return JexlArithmetic.Uberspect Modifier and Type Method Description JexlArithmetic.UberspectJexlUberspect. getArithmetic(JexlArithmetic arithmetic)Gets an arithmetic operator resolver for a given arithmetic instance.
-