Package org.jline.builtins
Class Completers.RegexCompleter.ArgumentLine
java.lang.Object
org.jline.builtins.Completers.RegexCompleter.ArgumentLine
- All Implemented Interfaces:
org.jline.reader.ParsedLine
- Enclosing class:
Completers.RegexCompleter
public static class Completers.RegexCompleter.ArgumentLine
extends Object
implements org.jline.reader.ParsedLine
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArgumentLine
-
-
Method Details
-
word
- Specified by:
word
in interfaceorg.jline.reader.ParsedLine
-
wordCursor
public int wordCursor()- Specified by:
wordCursor
in interfaceorg.jline.reader.ParsedLine
-
wordIndex
public int wordIndex()- Specified by:
wordIndex
in interfaceorg.jline.reader.ParsedLine
-
words
- Specified by:
words
in interfaceorg.jline.reader.ParsedLine
-
line
- Specified by:
line
in interfaceorg.jline.reader.ParsedLine
-
cursor
public int cursor()- Specified by:
cursor
in interfaceorg.jline.reader.ParsedLine
-