|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IASTCompletionNode
This represents the node that would occur at the point of a context completion. This node may contain the prefix text of an identifer up to the point. If there is no prefix, the completion occurred at the point where a new token would have begun. The node points to the parent node where this node, if replaced by a proper node, would reside in the tree.
Method Summary | |
---|---|
int |
getLength()
Get the length of the completion point. |
IASTName[] |
getNames()
Get 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()
Get the translation unit for this completion |
Method Detail |
---|
java.lang.String getPrefix()
int getLength()
IASTName[] getNames()
IASTTranslationUnit getTranslationUnit()
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |