public abstract class VariableMapper extends Object
Constructor and Description |
---|
VariableMapper() |
Modifier and Type | Method and Description |
---|---|
abstract ValueExpression |
resolveVariable(String variable) |
abstract ValueExpression |
setVariable(String variable,
ValueExpression expression)
Assign a ValueExpression to an Jakarta Expression Language variable, replacing any previously assignment to the same
variable.
|
public abstract ValueExpression resolveVariable(String variable)
variable
- The variable namepublic abstract ValueExpression setVariable(String variable, ValueExpression expression)
null
.variable
- The variable nameexpression
- The ValueExpression to be assigned to the variable.Comments to: el-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.