|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JexlArithmetic.Uberspect
The interface that uberspects JexlArithmetic classes.
This allows overloaded operator methods discovery.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean overloads(JexlOperator operator)
operator
- the operator to check
JexlMethod getOperator(JexlOperator operator, Object... arg)
operator
- the operatorarg
- the arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |