public class ExtendedDefaultParser.ExtendedArgumentList extends Object implements org.jline.reader.ParsedLine, CompletingParsedLine
Constructor and Description |
---|
ExtendedArgumentList(String line,
List<String> words,
int wordIndex,
int wordCursor,
int cursor,
String openingQuote) |
Modifier and Type | Method and Description |
---|---|
int |
cursor() |
CharSequence |
emit(CharSequence candidate) |
String |
line() |
String |
word() |
int |
wordCursor() |
int |
wordIndex() |
List<String> |
words() |
public int wordIndex()
wordIndex
in interface org.jline.reader.ParsedLine
public String word()
word
in interface org.jline.reader.ParsedLine
public int wordCursor()
wordCursor
in interface org.jline.reader.ParsedLine
public int cursor()
cursor
in interface org.jline.reader.ParsedLine
public String line()
line
in interface org.jline.reader.ParsedLine
public CharSequence emit(CharSequence candidate)
emit
in interface CompletingParsedLine
Copyright © 2024. All rights reserved.