org.codehaus.groovy.tools.shell.completion
[Groovy] Class KeywordSyntaxCompletor
java.lang.Object
org.codehaus.groovy.tools.shell.completion.KeywordSyntaxCompletor
- All Implemented Interfaces:
- IdentifierCompletor
class KeywordSyntaxCompletor
Completor completing variable and method names from known variables in the shell
KEYWORDS
final String[] KEYWORDS
-
SPECIAL_FUNCTIONS
final String[] SPECIAL_FUNCTIONS
-
VALUE_KEYWORDS
final String[] VALUE_KEYWORDS
-
complete
@Override
boolean complete(List tokens, List candidates)
-
Copyright © 2003-2013 The Codehaus. All rights reserved.