mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Cosmetics.
This commit is contained in:
parent
1171bc168c
commit
f1341a25cb
1 changed files with 1 additions and 8 deletions
|
@ -35,23 +35,16 @@ public interface IASTCompletionNode {
|
|||
|
||||
/**
|
||||
* Returns the length of the completion point.
|
||||
*
|
||||
* @return length of completion token
|
||||
*/
|
||||
public int getLength();
|
||||
|
||||
/**
|
||||
* Returns a list of names that fit in this context.
|
||||
*
|
||||
* @return array of IASTName's
|
||||
*/
|
||||
public IASTName[] getNames();
|
||||
|
||||
/**
|
||||
* Returns the translation unit for this completion
|
||||
*
|
||||
* @return the translation unit
|
||||
* Returns the translation unit for this completion.
|
||||
*/
|
||||
public IASTTranslationUnit getTranslationUnit();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue