public interface IVariableResolver
EvaluationContext.EvaluationContext.resolveVariable(String, Object[])| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
resolve(java.lang.String name,
java.lang.Object[] args)
Resolves a variable for the given name and arguments.
|
java.lang.Object resolve(java.lang.String name,
java.lang.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, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.