public class CommandCompleter
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.String> |
candidates |
static char |
COMPLETE_REQUEST
A pseudo-letter returned on a completion request.
|
java.lang.String |
word |
int |
wordCursor |
Constructor and Description |
---|
CommandCompleter(int prefixLength,
java.util.List<java.lang.String> candidates,
java.lang.String word,
int wordCursor,
Compilation comp) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
fillInStackTrace() |
Compilation |
getCompilation() |
public static final char COMPLETE_REQUEST
public java.lang.String word
public int wordCursor
public java.util.List<java.lang.String> candidates
public CommandCompleter(int prefixLength, java.util.List<java.lang.String> candidates, java.lang.String word, int wordCursor, Compilation comp)
public java.lang.Throwable fillInStackTrace()
fillInStackTrace
in class java.lang.Throwable
public Compilation getCompilation()