public interface ICPPASTCompletionContext extends IASTCompletionContext
Modifier and Type | Method and Description |
---|---|
IBinding[] |
findBindings(IASTName n,
boolean isPrefix,
String[] namespaces)
Returns bindings that start with the given name or prefix, only considering those that are valid for
this context, including those in the requested set of namespaces.
|
findBindings
IBinding[] findBindings(IASTName n, boolean isPrefix, String[] namespaces)
n
- the name containing a prefixnamespaces
- the qualified names of additional namespaces to check for bindings, or nullCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.