|
Groovy 2.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface IdentifierCompletor
Interface for classes that complete identifier tokens within a groovy Statement (Class, variable, keyword, method, ...) Similar to JLine Completor, but adapted for usage in GroovySyntaxCompletor
| Method Summary | |
|---|---|
boolean
|
complete(List tokens, List candidates)
@param tokens List of tokens, non empty, last token is an identifier token, previous token is not a dot |
| Method Detail |
|---|
boolean complete(List tokens, List candidates)
tokens - List of tokens, non empty, last token is an identifier token, previous token is not a dot
Copyright © 2003-2013 The Codehaus. All rights reserved.