|
||||||||
| 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 | ||
|---|---|---|
|
evaluateAsAttribute(ArooaSession session,
Class<T> type)
Evaluate the expression as an attribute. |
|
String |
evaluateAsText(ArooaSession session)
Evaluate the expression as element text. |
|
boolean |
isConstantAttribute()
Is the expression constant as an attribute. |
|
boolean |
isConstantText()
Is the expression constant as element text. |
|
| Method Detail |
|---|
<T> T evaluateAsAttribute(ArooaSession session,
Class<T> type)
throws ArooaConversionException
session -
ArooaConversionException
String evaluateAsText(ArooaSession session)
throws ArooaConversionException
session -
ArooaConversionExceptionboolean isConstantAttribute()
boolean isConstantText()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||