[Groovy] Class InspectCommandCompletor
- org.codehaus.groovy.tools.shell.commands.InspectCommandCompletor
Completor for the 'inspect' command.
- Authors:
- Jason Dillon
Constructor Summary
| Constructor and description |
|---|
InspectCommandCompletor
(Binding binding) |
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
SortedSet<String> |
getCandidates() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class SimpleCompletor | add, addCandidateString, complete, getCandidates, leftShift, setCandidateStrings, setCandidates |
Constructor Detail
InspectCommandCompletor(Binding binding)
Method Detail
@Override SortedSet<String> getCandidates()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/commands/InspectCommandCompletor.html