|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A variable resolver can be used to add additional variable resolving
strategies to an EvaluationContext
.
EvaluationContext.resolveVariable(String, Object[])
Method Summary | |
Object |
resolve(String name,
Object[] args)
Resolves a variable for the given name and arguments. |
Method Detail |
public 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
variable
null
if no variable
could be resolved
CoreException
- if an errors occurs while resolving
the variable
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.