class ImportsSyntaxCompletor
Completor completing imported classnames
| Type | Name and description | 
|---|---|
| Map<String, Collection<String>> | cachedImports | 
| List<String> | preimportedClassNames | 
| Groovysh | shell | 
| 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-2016 The Apache Software Foundation. All rights reserved.