public abstract class VariableMapper
extends java.lang.Object
Constructor and Description |
---|
VariableMapper () |
Modifier and Type | Method and Description |
---|---|
abstract ValueExpression |
resolveVariable (java.lang.String variable)
Resolves a variable.
|
abstract ValueExpression |
setVariable (java.lang.String variable,
ValueExpression expression)
Sets the specified variable to the given expression.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public VariableMapper()
public abstract ValueExpression resolveVariable(java.lang.String variable)
variable
- the name of the variablepublic abstract ValueExpression setVariable(java.lang.String variable, ValueExpression expression)
variable
- the name of the variableexpression
- the expression