Uses of Enum
org.apache.commons.jexl3.JexlOperator
Package
Description
Provides a framework for evaluating JEXL expressions.
Provides high-level introspective services.
-
Uses of JexlOperator in org.apache.commons.jexl3
Modifier and TypeMethodDescriptionfinal JexlOperator
JexlOperator.getBaseOperator()
Gets the base operator.static JexlOperator
Returns the enum constant of this type with the specified name.static JexlOperator[]
JexlOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected int
JexlArithmetic.compare
(Object left, Object right, JexlOperator operator) Performs a comparison.protected Object
JexlArithmetic.controlNullNullOperands
(JexlOperator operator) The result of +,/,-,*,% when both operands are null.JexlArithmetic.Uberspect.getOperator
(JexlOperator operator, Object... arg) Gets the most specific method for an operator.boolean
JexlArithmetic.isStrict
(JexlOperator operator) Checks whether this arithmetic considers a given operator as strict or null-safe.boolean
JexlArithmetic.Uberspect.overloads
(JexlOperator operator) Checks whether this uberspect has overloads for a given operator. -
Uses of JexlOperator in org.apache.commons.jexl3.introspection
Modifier and TypeMethodDescriptionJexlUberspect.ResolverStrategy.apply
(JexlOperator operator, Object obj) Applies this strategy to a list of resolver types.JexlUberspect.getResolvers
(JexlOperator op, Object obj) Applies this uberspect property resolver strategy.