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