Uses of Interface
org.apache.commons.jexl3.JexlCache.Reference
Packages that use JexlCache.Reference
-
Uses of JexlCache.Reference in org.apache.commons.jexl3
Methods in org.apache.commons.jexl3 with parameters of type JexlCache.ReferenceModifier and TypeMethodDescriptionboolean
JexlOperator.Uberspect.contains
(JexlCache.Reference node, JexlOperator operator, Object left, Object right) The 'match'/'in' operator implementation.JexlOperator.Uberspect.empty
(JexlCache.Reference node, Object object) Check for emptiness of various types: Collection, Array, Map, String, and anything that has a boolean isEmpty() method.boolean
JexlOperator.Uberspect.endsWith
(JexlCache.Reference node, JexlOperator operator, Object left, Object right) The 'endsWith' operator implementation.JexlOperator.Uberspect.size
(JexlCache.Reference node, Object object) Calculate thesize
of various types: Collection, Array, Map, String, and anything that has an int size() method.boolean
JexlOperator.Uberspect.startsWith
(JexlCache.Reference node, JexlOperator operator, Object left, Object right) The 'startsWith' operator implementation.JexlOperator.Uberspect.tryAssignOverload
(JexlCache.Reference node, JexlOperator operator, Consumer<Object> assign, Object... args) Evaluates an assign operator.JexlOperator.Uberspect.tryOverload
(JexlCache.Reference reference, JexlOperator operator, Object... args) Try to find the most specific method and evaluate an operator.