Uses of Class
org.jline.reader.impl.DefaultParser
Packages that use DefaultParser
-
Uses of DefaultParser in org.jline.reader.impl
Methods in org.jline.reader.impl that return DefaultParserModifier and TypeMethodDescriptionDefaultParser.blockCommentDelims
(DefaultParser.BlockCommentDelims blockCommentDelims) Sets the block comment delimiters.DefaultParser.commandGroup
(int commandGroup) Sets the command group for the regular expression.DefaultParser.eofOnEscapedNewLine
(boolean eofOnEscapedNewLine) Sets whether EOF should be returned on escaped newlines.DefaultParser.eofOnUnclosedBracket
(DefaultParser.Bracket... brackets) Sets the bracket types that should trigger EOF on unclosed brackets.DefaultParser.eofOnUnclosedQuote
(boolean eofOnUnclosedQuote) Sets whether EOF should be returned on unclosed quotes.DefaultParser.escapeChars
(char[] chars) Sets the escape characters.DefaultParser.lineCommentDelims
(String[] lineCommentDelims) Sets the line comment delimiters.DefaultParser.quoteChars
(char[] chars) Sets the quote characters.DefaultParser.regexCommand
(String regexCommand) Sets the regular expression for identifying commands.DefaultParser.regexVariable
(String regexVariable) Sets the regular expression for identifying variables.