public interface IASTCompletionNode
Modifier and Type | Method and Description |
---|---|
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()
IASTName[] getNames()
IASTTranslationUnit getTranslationUnit()
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.