Class |
Description |
BackslashEscapeCompleter
|
A completer within compatible strings (single/double quotes, single/double triple quotes)
showing informational alternatives that can occur after the backslash escape character.
|
CommandNameCompleter
|
Completor for the command.names |
CustomClassSyntaxCompletor
|
Completor completingclasses defined in the shell |
FileNameCompleter
|
A file name completer takes the buffer and issues a list of
potential completions.
|
GroovySyntaxCompletor
|
Implements the Completor interface to provide competions for
GroovyShell by tokenizing the buffer and invoking other classes depending on the tokens found. |
ImportsSyntaxCompletor
|
Completor completing imported classnames |
InfixKeywordSyntaxCompletor
|
Completor completing groovy keywords that appear after identifiers |
KeywordSyntaxCompletor
|
Completor completing Groovy keywords and special functions |
NavigablePropertiesCompleter
|
|
ReflectionCompletionCandidate
|
A candidate as String with additional jansi formatting codes |
ReflectionCompletor
|
Completes fields and methods of Classes or instances.
|
StricterArgumentCompleter
|
This fixes strict jline 2.12 ArgumentCompleter
See https://github.com/jline/jline2/pull/202 |
VariableSyntaxCompletor
|
Completor completing variable and method names from known variables in the shell |