public interface IParsedExpression
Modifier and Type | Method and Description |
---|---|
String |
getExpressionText()
Get the expression text.
|
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 © 2012. All Rights Reserved.