|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object jline.console.completer.AggregateCompleter org.codehaus.groovy.tools.shell.CommandsMultiCompleter
class CommandsMultiCompleter extends AggregateCompleter
Completer for interactive shells.
Field Summary | |
---|---|
protected Logger |
log
|
Property Summary | |
---|---|
List |
list
|
Method Summary | |
---|---|
int
|
complete(String buffer, int pos, List cand)
|
def
|
leftShift(Command command)
|
void
|
refresh()
|
Field Detail |
---|
protected final Logger log
Property Detail |
---|
List list
Method Detail |
---|
int complete(String buffer, int pos, List cand)
def leftShift(Command command)
void refresh()
Copyright © 2003-2013 The Codehaus. All rights reserved.