#include <berryIVariableResolver.h>
A variable resolver can be used to add additional variable resolving strategies to an EvaluationContext.
- See also
- EvaluationContext::ResolveVariable(String, Object[])
Definition at line 30 of file berryIVariableResolver.h.
◆ ~IVariableResolver()
virtual berry::IVariableResolver::~IVariableResolver |
( |
| ) |
|
|
virtual |
◆ Resolve()
Resolves a variable for the given name and arguments. The handler is allowed to return null
to indicate that it is not able to resolve the requested variable.
- Parameters
-
name | the variable to resolve |
args | an object array of arguments used to resolve the variable |
- Returns
- the variable's value or
null
if no variable could be resolved
- Exceptions
-
The documentation for this struct was generated from the following file: