public interface Expression extends Expression
| Modifier and Type | Method and Description | 
|---|---|
| Object | getValue(VariableScope variableScope,
        BaseDelegateExecution contextExecution) | 
| void | setValue(Object value,
        VariableScope variableScope,
        BaseDelegateExecution contextExecution) | 
getExpressionText, getValue, isLiteralText, setValueObject getValue(VariableScope variableScope, BaseDelegateExecution contextExecution)
void setValue(Object value, VariableScope variableScope, BaseDelegateExecution contextExecution)
Copyright © 2018. All rights reserved.