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.ParsedLinepublic String word()
word in interface org.jline.reader.ParsedLinepublic int wordCursor()
wordCursor in interface org.jline.reader.ParsedLinepublic int cursor()
cursor in interface org.jline.reader.ParsedLinepublic String line()
line in interface org.jline.reader.ParsedLinepublic CharSequence emit(CharSequence candidate)
emit in interface CompletingParsedLineCopyright © 2023. All rights reserved.