public interface IVariableResolver
EvaluationContext
.EvaluationContext.resolveVariable(String, Object[])
Modifier and Type | Method and Description |
---|---|
Object |
resolve(String name,
Object[] args)
Resolves a variable for the given name and arguments.
|
Object resolve(String name, Object[] args) throws CoreException
null
to indicate
that it is not able to resolve the requested variable.name
- the variable to resolveargs
- an object array of arguments used to resolve the
variablenull
if no variable
could be resolvedCoreException
- if an errors occurs while resolving
the variable
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.