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) DefaultParser.commandGroup(int commandGroup) DefaultParser.eofOnEscapedNewLine(boolean eofOnEscapedNewLine) DefaultParser.eofOnUnclosedBracket(DefaultParser.Bracket... brackets) DefaultParser.eofOnUnclosedQuote(boolean eofOnUnclosedQuote) DefaultParser.escapeChars(char[] chars) DefaultParser.lineCommentDelims(String[] lineCommentDelims) DefaultParser.quoteChars(char[] chars) DefaultParser.regexCommand(String regexCommand) DefaultParser.regexVariable(String regexVariable)