Interface representing a set of completions, used for statement completion support.
Method Summary |
public |
|
public boolean |
|
Method Detail |
public List
getCompletions()
Gets that actuall set of completions. All objects in the list must
implement ICompletionItem
.
public boolean isPartialCompletion(String
s)
True if the string can represent a partial completion match.