[Groovy] Interface IdentifierCompleter
interface IdentifierCompleter
Interface for classes that complete identifier tokens within a groovy Statement (Class, variable, keyword, method, ...) Similar to JLine Completer, but adapted for usage in GroovySyntaxCompleter
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
abstract boolean |
complete(List<Token> tokens, List<CharSequence> candidates)
|
Method Detail
abstract boolean complete(List<Token> tokens, List<CharSequence> candidates)
@return
- Parameters:
-
tokens
- List of tokens, non empty, last token is an identifier token, previous token is not a dot - candidates
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/groovysh/completion/antlr4/IdentifierCompleter.html