Groovy Documentation

org.codehaus.groovy.tools.shell.commands
[Groovy] Class InspectCommandCompletor

java.lang.Object
  org.codehaus.groovy.tools.shell.util.SimpleCompletor
      org.codehaus.groovy.tools.shell.commands.InspectCommandCompletor

class InspectCommandCompletor
extends SimpleCompletor

Completor for the 'inspect' command.

Authors:
Jason Dillon
Version:
\$Id\$


Constructor Summary
InspectCommandCompletor(Binding binding)

 
Method Summary
java.util.SortedSet getCandidates()

 
Methods inherited from class SimpleCompletor
add, addCandidateString, complete, getCandidates, leftShift, setCandidateStrings, setCandidates
 

Constructor Detail

InspectCommandCompletor

InspectCommandCompletor(Binding binding)


 
Method Detail

getCandidates

java.util.SortedSet getCandidates()


 

Groovy Documentation