public interface IASTCompletionNode
Modifier and Type | Interface and Description |
---|---|
static class |
IASTCompletionNode.CompletionNameEntry
Represents a name that fits in this context, and its parent.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsName(IASTName name)
Returns true if this completion node contains a
IASTCompletionNode.CompletionNameEntry
with the given name. |
IASTCompletionNode.CompletionNameEntry[] |
getEntries()
Returns a list of names that fir in this context, along with their parents.
|
int |
getLength()
Returns the length of the completion point.
|
IASTName[] |
getNames()
Returns a list of names that fit in this context.
|
java.lang.String |
getPrefix()
If the point of completion was at the end of a potential identifier, this
string contains the text of that identifier.
|
IASTTranslationUnit |
getTranslationUnit()
Returns the translation unit for this completion.
|
java.lang.String getPrefix()
int getLength()
boolean containsName(IASTName name)
IASTCompletionNode.CompletionNameEntry
with the given name.IASTName[] getNames()
IASTCompletionNode.CompletionNameEntry[] getEntries()
IASTCompletionNode.CompletionNameEntry
for more details.IASTTranslationUnit getTranslationUnit()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.