Resolves a variable name to its corresponding ValueExpression. @param variable the name of the variable to resolve @return the ValueExpression for the variable, or null if not found
(String variable)
| 37 | * @return the ValueExpression for the variable, or {@code null} if not found |
| 38 | */ |
| 39 | public abstract ValueExpression resolveVariable(String variable); |
| 40 | |
| 41 | /** |
| 42 | * Sets or removes a variable mapping. |
no outgoing calls
no test coverage detected