|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionOperation
Name: ExpressionOperation
Description: The interface for expression operations.
Method Summary | |
---|---|
Object |
evaluate(ExpressionTuple expr,
ExpressionContext ctx)
Evaluates the given values. |
String |
getDescription()
Gets a description for the operation. |
String |
getExamples()
Gets examples for the item. |
Method Detail |
---|
Object evaluate(ExpressionTuple expr, ExpressionContext ctx) throws ExpressionException
expr
- The expression tuple to evaluate.ctx
- The expression context.
ExpressionException
- If the evaluation failed.String getDescription()
String getExamples()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |