Uses of Interface
org.apache.commons.jexl3.JexlOperator.Uberspect
-
Packages that use JexlOperator.Uberspect Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services.org.apache.commons.jexl3.introspection Provides high-level introspective services. -
-
Uses of JexlOperator.Uberspect in org.apache.commons.jexl3.internal
Classes in org.apache.commons.jexl3.internal that implement JexlOperator.Uberspect Modifier and Type Class Description classOperatorHelper class to deal with operator overloading and specifics.Fields in org.apache.commons.jexl3.internal declared as JexlOperator.Uberspect Modifier and Type Field Description protected JexlOperator.UberspectInterpreterBase. operatorsThe operators evaluation delegate. -
Uses of JexlOperator.Uberspect in org.apache.commons.jexl3.introspection
Methods in org.apache.commons.jexl3.introspection that return JexlOperator.Uberspect Modifier and Type Method Description default JexlOperator.UberspectJexlUberspect. getOperator(JexlArithmetic arithmetic)Gets an arithmetic operator executor for a given arithmetic instance.
-