|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jexl3.internal.introspection.Uberspect.ArithmeticUberspect
protected class Uberspect.ArithmeticUberspect
The concrete uberspect Arithmetic class.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public JexlMethod getOperator(JexlOperator operator, Object... args)
JexlArithmetic.Uberspect
getOperator
in interface JexlArithmetic.Uberspect
operator
- the operatorargs
- the arguments
public boolean overloads(JexlOperator operator)
JexlArithmetic.Uberspect
overloads
in interface JexlArithmetic.Uberspect
operator
- the operator to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |