public interface ICPPASTCompletionContext extends IASTCompletionContext
| Modifier and Type | Method and Description |
|---|---|
IBinding[] |
findBindings(IASTName n,
boolean isPrefix,
java.lang.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.
|
findBindingsIBinding[] findBindings(IASTName n, boolean isPrefix, java.lang.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, 2014. All Rights Reserved.