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 Expression
void setValue(Object value, VariableScope variableScope)
setValue
in interface Expression
String getExpressionText()
getExpressionText
in interface Expression
Copyright © 2015. All rights reserved.