|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Method Summary | |
|---|---|
IBinding[] |
find(String name)
This is the general lookup entry point. |
IBinding |
getBinding(IASTName name,
boolean resolve)
Get the binding in this scope that the given name would resolve to. |
IBinding[] |
getBindings(IASTName name,
boolean resolve,
boolean prefixLookup)
Get the bindings in this scope that the given name or prefix could resolve to. |
IScope |
getParent()
Scopes are arranged hierarchically. |
org.eclipse.cdt.core.dom.IName |
getScopeName()
Get the IName for this scope, may be null |
| Method Detail |
public org.eclipse.cdt.core.dom.IName getScopeName()
throws DOMException
DOMException
public IScope getParent()
throws DOMException
DOMException
public IBinding[] find(String name)
throws DOMException
DOMException
public IBinding getBinding(IASTName name,
boolean resolve)
throws DOMException
name - resolve - :
whether or not to resolve the matching binding if it has not
been so already.
DOMException
public IBinding[] getBindings(IASTName name,
boolean resolve,
boolean prefixLookup)
throws DOMException
name - resolve - :
whether or not to resolve the matching bindings if they have not
been so already.prefixLookup - whether the lookup is for a full name or a prefix
DOMException
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||