public interface Expression extends Expression
| Modifier and Type | Method and Description | 
|---|---|
String | 
getExpressionText()  | 
Object | 
getValue(VariableScope variableScope)  | 
void | 
setValue(Object value,
        VariableScope variableScope)  | 
Object getValue(VariableScope variableScope)
getValue in interface Expressionvoid setValue(Object value, VariableScope variableScope)
setValue in interface ExpressionString getExpressionText()
getExpressionText in interface ExpressionCopyright © 2018. All rights reserved.