[Groovy] Class KeywordSyntaxCompleter
- org.apache.groovy.groovysh.completion.antlr4.KeywordSyntaxCompleter
- All Implemented Interfaces and Traits:
- IdentifierCompleter
class KeywordSyntaxCompleter extends Object implements IdentifierCompleter
Completer completing Groovy keywords and special functions
Constructor Summary
Constructor and description |
---|
KeywordSyntaxCompleter
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
boolean |
complete(List<Token> tokens, List<CharSequence> candidates) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
KeywordSyntaxCompleter()
Method Detail
@Override boolean complete(List<Token> tokens, List<CharSequence> 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/KeywordSyntaxCompleter.html