@Deprecated interface IdentifierCompletor
Interface for classes that complete identifier tokens within a groovy Statement (Class, variable, keyword, method, ...) Similar to JLine Completor, but adapted for usage in GroovySyntaxCompletor
Type Params | Return Type | Name and description |
---|---|---|
|
abstract boolean |
complete(List<GroovySourceToken> tokens, List<CharSequence> candidates)
|
@return
tokens
- List of tokens, non empty, last token is an identifier token, previous token is not a dot