static class JDK15RegexTranslator.SingleChar extends JDK15RegexTranslator.SimpleCharClass
Constructor | Description |
---|---|
SingleChar(int c) |
|
SingleChar(int c,
boolean isEscaped) |
Modifier and Type | Method | Description |
---|---|---|
(package private) int |
getSingleChar() |
|
(package private) void |
inClassOutput(FastStringBuffer buf) |
|
(package private) void |
output(FastStringBuffer buf) |
outputComplement
int getSingleChar()
getSingleChar
in class JDK15RegexTranslator.CharClass
void output(FastStringBuffer buf)
output
in class JDK15RegexTranslator.SimpleCharClass
void inClassOutput(FastStringBuffer buf)
inClassOutput
in class JDK15RegexTranslator.SimpleCharClass