public interface Expression
Modifier and Type | Method and Description |
---|---|
String |
getExpressionText() |
Object |
getValue(VariableScope variableScope) |
void |
setValue(Object value,
VariableScope variableScope) |
Object getValue(VariableScope variableScope)
void setValue(Object value, VariableScope variableScope)
String getExpressionText()
Copyright © 2015. All rights reserved.