Uses of Class
org.jline.reader.SyntaxError
-
Packages that use SyntaxError Package Description org.jline.reader JLine 3 Reader Package - Core components for building interactive command-line interfaces. -
-
Uses of SyntaxError in org.jline.reader
Subclasses of SyntaxError in org.jline.reader Modifier and Type Class Description class
EOFError
Exception thrown when parsing is incomplete due to unexpected end of input.Methods in org.jline.reader that throw SyntaxError Modifier and Type Method Description default ParsedLine
Parser. parse(java.lang.String line, int cursor)
ParsedLine
Parser. parse(java.lang.String line, int cursor, Parser.ParseContext context)
-