public class GraQLCompleter extends Object implements jline.console.completer.Completer
| Constructor and Description |
|---|
GraQLCompleter(GraqlShell shell) |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<CharSequence> candidates) |
public GraQLCompleter(GraqlShell shell)
public int complete(String buffer, int cursor, List<CharSequence> candidates)
complete in interface jline.console.completer.CompleterCopyright © 2016. All rights reserved.