|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ParsedExpression
The result of parsing an expression with an ExpressionParser.
A ParsedExpression is an intermediate step to being evaluated.
| Method Summary | ||
|---|---|---|
|
evaluate(ArooaSession session,
Class<T> type)
Evaluate the expression as an attribute. |
|
boolean |
isConstant()
Is the expression constant as an attribute. |
|
| Method Detail |
|---|
<T> T evaluate(ArooaSession session,
Class<T> type)
throws ArooaConversionException
session -
ArooaConversionExceptionboolean isConstant()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||