public interface ParserContext
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getEvaluationContextType()
Returns the type of context object the parsed expression will evaluate in.
|
java.lang.Class |
getExpectedEvaluationResultType()
Returns the expected type of object returned from evaluating the parsed expression.
|
ExpressionVariable[] |
getExpressionVariables()
Returns additional expression variables or aliases that can be referenced during expression evaluation.
|
boolean |
isTemplate()
Whether or not the expression being parsed is a template.
|
java.lang.Class getEvaluationContextType()
java.lang.Class getExpectedEvaluationResultType()
ExpressionVariable[] getExpressionVariables()
boolean isTemplate()
Some literal text Hello #{name.firstName}! #{3 + 4}