Groovy Documentation

org.codehaus.groovy.tools.shell.completion
[Groovy] Class VariableSyntaxCompletor

java.lang.Object
  org.codehaus.groovy.tools.shell.completion.VariableSyntaxCompletor
All Implemented Interfaces:
IdentifierCompletor

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

shell

Groovysh shell


 
Constructor Detail

VariableSyntaxCompletor

VariableSyntaxCompletor(Groovysh shell)


 
Method Detail

complete

@java.lang.Override
boolean complete(java.util.List tokens, java.util.List candidates)


 

Groovy Documentation