|
Groovy 2.2.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Interface Summary | |
---|---|
IdentifierCompletor | Interface for classes that complete identifier tokens within a groovy Statement (Class, variable, keyword, method, ...) |
Class Summary | |
---|---|
CustomClassSyntaxCompletor | Completor completingclasses defined in the shell |
FileNameCompleter | PATCHED copy from jline2.10, included https://github.com/jline/jline2/pull/88 https://github.com/jline/jline2/issues/90 |
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 |
KeywordSyntaxCompletor | Completor completing variable and method names from known variables in the shell |
ReflectionCompletor | Completes fields and methods of Classes or instances. |
VariableSyntaxCompletor | Completor completing variable and method names from known variables in the shell |
Enum Summary | |
---|---|
GroovySyntaxCompletor.CompletionCase |
Exception Summary | |
---|---|
GroovySyntaxCompletor.InStringException |
Copyright © 2003-2013 The Codehaus. All rights reserved.