public interface ParsedExpression
ExpressionParser
.
A ParsedExpression is an intermediate step to being evaluated.
Modifier and Type | Method and Description |
---|---|
<T> T |
evaluate(ArooaSession session,
java.lang.Class<T> type)
Evaluate the expression as an attribute.
|
boolean |
isConstant()
Is the expression constant as an attribute.
|
<T> T evaluate(ArooaSession session, java.lang.Class<T> type) throws ArooaConversionException
session
- Session to get values from.type
- The type of result expected.ArooaConversionException
boolean isConstant()