| 
Groovy 1.7.9 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjline.SimpleCompletor
org.codehaus.groovy.tools.shell.util.SimpleCompletor
org.codehaus.groovy.tools.shell.commands.InspectCommandCompletor
class InspectCommandCompletor extends SimpleCompletor
Completor for the 'inspect' command.
| Constructor Summary | |
            InspectCommandCompletor(Binding binding)
             | 
        |
| Method Summary | |
|---|---|
            SortedSet
         | 
        
            getCandidates()
             | 
        
| Methods inherited from class SimpleCompletor | |
|---|---|
| add, complete, leftShift | 
| Methods inherited from class jline.SimpleCompletor | |
|---|---|
| jline.SimpleCompletor#clone(), jline.SimpleCompletor#complete(java.lang.String, int, java.util.List), jline.SimpleCompletor#setDelimiter(java.lang.String), jline.SimpleCompletor#getDelimiter(), jline.SimpleCompletor#setCandidates(java.util.SortedSet), jline.SimpleCompletor#getCandidates(), jline.SimpleCompletor#setCandidateStrings([Ljava.lang.String;), jline.SimpleCompletor#addCandidateString(java.lang.String), jline.SimpleCompletor#wait(long), jline.SimpleCompletor#wait(long, int), jline.SimpleCompletor#wait(), jline.SimpleCompletor#equals(java.lang.Object), jline.SimpleCompletor#toString(), jline.SimpleCompletor#hashCode(), jline.SimpleCompletor#getClass(), jline.SimpleCompletor#notify(), jline.SimpleCompletor#notifyAll() | 
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Constructor Detail | 
|---|
InspectCommandCompletor(Binding binding)
| Method Detail | 
|---|
SortedSet getCandidates()
Copyright © 2003-2010 The Codehaus. All rights reserved.