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.Uberspect
getOperator
in interface JexlArithmetic.Uberspect
operator
- the operatorargs
- the argumentspublic boolean overloads(JexlOperator operator)
JexlArithmetic.Uberspect
overloads
in interface JexlArithmetic.Uberspect
operator
- the operator to checkCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.