Groovy 2.2.0

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(List tokens, List candidates)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

shell

Groovysh shell


 
Constructor Detail

CustomClassSyntaxCompletor

CustomClassSyntaxCompletor(Groovysh shell)


 
Method Detail

complete

@Override
boolean complete(List tokens, List candidates)


 

Copyright © 2003-2013 The Codehaus. All rights reserved.