public interface IVariableResolver
EvaluationContext
.EvaluationContext.resolveVariable(String, Object[])
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 variableGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.