|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a code completion's context. Used for context-sensitive finding of bindings with a certain name or prefix.
This interface is not intended to be implemented by clients.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the CDT team.
Method Summary | |
---|---|
IBinding[] |
findBindings(IASTName n,
boolean isPrefix)
Returns bindings that start with the given name or prefix, only considering those that are valid for this context. |
Method Detail |
public IBinding[] findBindings(IASTName n, boolean isPrefix)
n
- the name containing a prefix
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |