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