public interface IParsedExpression
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpressionText()
Get the expression text.
|
java.util.Set<java.lang.String> |
getParameters()
Get the parameters used in the expression.
|
java.lang.Class<?> |
getStaticType()
Get the static type.
|
java.lang.Object |
getValue(IValueFetcher fetcher)
Evaluate the expression in the given state
with respect to given parameters.
|
java.lang.String getExpressionText()
java.lang.Object getValue(IValueFetcher fetcher)
params
- The parameters (string, value pairs), if any.java.lang.Class<?> getStaticType()
java.util.Set<java.lang.String> getParameters()