|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.tools.shell.completion.VariableSyntaxCompletor
class VariableSyntaxCompletor
Completor completing variable and method names from known variables in the shell
Property Summary | |
---|---|
Groovysh |
shell
|
Constructor Summary | |
VariableSyntaxCompletor(Groovysh shell)
|
Method Summary | |
---|---|
boolean
|
complete(java.util.List tokens, java.util.List candidates)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
Groovysh shell
Constructor Detail |
---|
VariableSyntaxCompletor(Groovysh shell)
Method Detail |
---|
@java.lang.Override boolean complete(java.util.List tokens, java.util.List candidates)
Groovy Documentation