Groovy 2.2.0

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(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

VariableSyntaxCompletor

VariableSyntaxCompletor(Groovysh shell)


 
Method Detail

complete

@Override
boolean complete(List tokens, List candidates)


 

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