|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Function
An interface to describe functions callable from expressions.
StandardFunction| Method Summary | |
|---|---|
Object |
call(EvaluationContext ec,
String functionName,
List argumentExpressions)
Invokes the function with the specified argument expressions in the specified evaluation context. |
| Method Detail |
|---|
Object call(EvaluationContext ec,
String functionName,
List argumentExpressions)
throws EvaluationException
ec - The EvaluationContext in which this function is being called.functionName - The name of the function being called.argumentExpressions - The expressions which, when evaluated, result
in the arguments to the function.
EvaluationException - If there is a problem evaluating any of
the arguments' expressions, or if there is
an error during function execution.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||