|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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 | |
|---|---|
java.util.SortedSet
|
getCandidates()
|
| Methods inherited from class SimpleCompletor | |
|---|---|
| add, addCandidateString, complete, getCandidates, leftShift, setCandidateStrings, setCandidates |
| Constructor Detail |
|---|
InspectCommandCompletor(Binding binding)
| Method Detail |
|---|
java.util.SortedSet getCandidates()
Groovy Documentation