public interface ParsedLine
Modifier and Type | Method and Description |
---|---|
int |
cursor()
The cursor position within the line
|
String |
line()
The unparsed line
|
String |
word()
The current word being completed.
|
int |
wordCursor()
The cursor position within the current word
|
int |
wordIndex()
The index of the current word in the list of words
|
List<String> |
words()
The list of words
|
String word()
int wordCursor()
int wordIndex()
String line()
int cursor()
Copyright © 2017. All rights reserved.