Groovy Documentation

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

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

class CustomClassSyntaxCompletor

Completor completingclasses defined in the shell


Property Summary
Groovysh shell

 
Constructor Summary
CustomClassSyntaxCompletor(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

CustomClassSyntaxCompletor

CustomClassSyntaxCompletor(Groovysh shell)


 
Method Detail

complete

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


 

Groovy Documentation