JavaScript is disabled on your browser.
gnu.expr
Class CommandCompleter
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- gnu.expr.CommandCompleter
-
-
Field Summary
Fields
| 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 Summary
Constructors
| Constructor and Description |
CommandCompleter (int prefixLength,
java.util.List<java.lang.String> candidates,
java.lang.String word,
int wordCursor,
Compilation comp) |
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Field Detail
-
wordCursor
public int wordCursor
-
Constructor Detail
-
CommandCompleter
public CommandCompleter(int prefixLength,
java.util.List<java.lang.String> candidates,
java.lang.String word,
int wordCursor,
Compilation comp)