class ImportsSyntaxCompletor
Completor completing imported classnames
Constructor and description |
---|
ImportsSyntaxCompletor
(Groovysh shell) |
Type | Name and description |
---|---|
void |
collectImportedSymbols(String importSpec, Collection<String> matches) finds matching imported classes or static methods |
boolean |
complete(List<GroovySourceToken> tokens, List<CharSequence> candidates) |
boolean |
findMatchingImportedClassesCached(String prefix, String importSpec, List<String> candidates) |
boolean |
findMatchingPreImportedClasses(String prefix, Collection<String> matches) |
finds matching imported classes or static methods
Copyright © 2003-2014 The Codehaus. All rights reserved.