|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InvocationEvaluator
Interface representing an evaluator for an invocation of a method/function.
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(InvokeExpression expr,
java.lang.Object invokedValue,
InMemoryExpressionEvaluator eval)
Method to evaluate the InvokeExpression, as part of the overall evaluation defined by the InMemoryExpressionEvaluator. |
boolean |
supportsType(java.lang.Class cls)
Accessor for whether this evaluator supports invocation of this method on the specified type. |
| Method Detail |
|---|
java.lang.Object evaluate(InvokeExpression expr,
java.lang.Object invokedValue,
InMemoryExpressionEvaluator eval)
expr - The expression for invocationinvokedValue - Value on which we are invokingeval - The overall evaluator for in-memory
boolean supportsType(java.lang.Class cls)
cls - Type to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||