DefaultParser |
DefaultParser.blockCommentDelims(DefaultParser.BlockCommentDelims blockCommentDelims) |
Sets the block comment delimiters.
|
DefaultParser |
DefaultParser.commandGroup(int commandGroup) |
Sets the command group for the regular expression.
|
DefaultParser |
DefaultParser.eofOnEscapedNewLine(boolean eofOnEscapedNewLine) |
Sets whether EOF should be returned on escaped newlines.
|
DefaultParser |
DefaultParser.eofOnUnclosedBracket(DefaultParser.Bracket... brackets) |
Sets the bracket types that should trigger EOF on unclosed brackets.
|
DefaultParser |
DefaultParser.eofOnUnclosedQuote(boolean eofOnUnclosedQuote) |
Sets whether EOF should be returned on unclosed quotes.
|
DefaultParser |
DefaultParser.escapeChars(char[] chars) |
Sets the escape characters.
|
DefaultParser |
DefaultParser.lineCommentDelims(java.lang.String[] lineCommentDelims) |
Sets the line comment delimiters.
|
DefaultParser |
DefaultParser.quoteChars(char[] chars) |
Sets the quote characters.
|
DefaultParser |
DefaultParser.regexCommand(java.lang.String regexCommand) |
Sets the regular expression for identifying commands.
|
DefaultParser |
DefaultParser.regexVariable(java.lang.String regexVariable) |
Sets the regular expression for identifying variables.
|