protected int |
RegexParser.alert() |
protected String |
RegexParser.blockName(String blockName) |
protected RangeSet |
RegexParser.characterClass(char cc) |
protected int |
RegexParser.combiningSpacingMark() |
protected int |
RegexParser.connectorPunctuation() |
protected int |
RegexParser.control(char cc) |
protected int |
RegexParser.controlCategory() |
protected int |
RegexParser.cr() |
protected int |
RegexParser.currencySymbol() |
protected int |
RegexParser.dashPunctuation() |
protected int |
RegexParser.decimalDigitNumber() |
protected int |
RegexParser.digit(int i) |
protected int |
RegexParser.enclosingMark() |
protected int |
RegexParser.endPunctuation() |
protected int |
RegexParser.esc() |
protected int |
RegexParser.ff() |
protected int |
RegexParser.finalQuotePunctuation() |
protected int |
RegexParser.format() |
protected int |
RegexParser.hex(String s) |
protected int |
RegexParser.hex2(String s) |
protected int |
RegexParser.initialQuotePunctuation() |
protected RangeSet |
RegexParser.javaLowerCase() |
protected RangeSet |
RegexParser.javaMirrored() |
protected RangeSet |
RegexParser.javaUpperCase(Regex.Option... options) |
protected RangeSet |
RegexParser.javaWhitespace() |
protected int |
RegexParser.letterNumber() |
protected int |
RegexParser.lineSeparator() |
protected int |
RegexParser.lowercaseLetter() |
protected int |
RegexParser.mathSymbol() |
protected int |
RegexParser.modifierLetter() |
protected int |
RegexParser.modifierSymbol() |
protected int |
RegexParser.nl() |
protected int |
RegexParser.nonSpacingMark() |
protected int |
RegexParser.notRegexControl(char cc) |
protected int |
RegexParser.octal(String s) |
protected Quantifier |
RegexParser.opt() |
protected int |
RegexParser.otherLetter() |
protected int |
RegexParser.otherNumber() |
protected int |
RegexParser.otherPunctuation() |
protected int |
RegexParser.otherSymbol() |
protected int |
RegexParser.paragraphSeparator() |
protected Quantifier |
RegexParser.plus() |
protected RangeSet |
RegexParser.posixAlnum() |
protected RangeSet |
RegexParser.posixAlpha() |
protected RangeSet |
RegexParser.posixASCII() |
protected RangeSet |
RegexParser.posixBlank() |
protected RangeSet |
RegexParser.posixCntrl() |
protected RangeSet |
RegexParser.posixDigit() |
protected RangeSet |
RegexParser.posixGraph() |
protected RangeSet |
RegexParser.posixLower() |
protected RangeSet |
RegexParser.posixPrint() |
protected RangeSet |
RegexParser.posixPunct() |
protected RangeSet |
RegexParser.posixSpace() |
protected RangeSet |
RegexParser.posixUpper(Regex.Option... options) |
protected RangeSet |
RegexParser.posixXDigit() |
protected int |
RegexParser.privateUse() |
protected int |
RegexParser.regexControlCharacter(char cc) |
protected int |
RegexParser.singleDigit(int i) |
protected int |
RegexParser.spaceSeparator() |
protected Quantifier |
RegexParser.star() |
protected int |
RegexParser.startPunctuation() |
protected int |
RegexParser.surrogate() |
protected int |
RegexParser.tab() |
protected int |
RegexParser.titleCaseLetter() |
protected int |
RegexParser.unassigned() |
protected RangeSet |
RegexParser.unicodeLetter() |
protected int |
RegexParser.uppercaseLetter(Regex.Option... options) |