public static class Completers.RegexCompleter.ArgumentLine extends Object implements ParsedLine
| Constructor and Description |
|---|
ArgumentLine(String word,
int cursor) |
| Modifier and Type | Method and Description |
|---|---|
int |
cursor() |
String |
line() |
String |
word() |
int |
wordCursor() |
int |
wordIndex() |
List<String> |
words() |
public ArgumentLine(String word, int cursor)
public String word()
word in interface ParsedLinepublic int wordCursor()
wordCursor in interface ParsedLinepublic int wordIndex()
wordIndex in interface ParsedLinepublic List<String> words()
words in interface ParsedLinepublic String line()
line in interface ParsedLinepublic int cursor()
cursor in interface ParsedLineCopyright © 2020. All rights reserved.