public static interface JexlArithmetic.Uberspect
This allows overloaded operator methods discovery.
| Modifier and Type | Method and Description | 
|---|---|
| JexlMethod | getOperator(JexlOperator operator,
           Object... arg)Gets the most specific method for an operator. | 
| boolean | overloads(JexlOperator operator)Checks whether this uberspect has overloads for a given operator. | 
boolean overloads(JexlOperator operator)
operator - the operator to checkJexlMethod getOperator(JexlOperator operator, Object... arg)
operator - the operatorarg - the argumentsCopyright © 2001–2021 The Apache Software Foundation. All rights reserved.