protected class Uberspect.ArithmeticUberspect extends Object implements JexlArithmetic.Uberspect
| Modifier and Type | Method and Description |
|---|---|
JexlMethod |
getOperator(JexlOperator operator,
Object... args)
Gets the most specific method for an operator.
|
boolean |
overloads(JexlOperator operator)
Checks whether this uberspect has overloads for a given operator.
|
public JexlMethod getOperator(JexlOperator operator, Object... args)
JexlArithmetic.UberspectgetOperator in interface JexlArithmetic.Uberspectoperator - the operatorargs - the argumentspublic boolean overloads(JexlOperator operator)
JexlArithmetic.Uberspectoverloads in interface JexlArithmetic.Uberspectoperator - the operator to checkCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.