public static class SurrogateRegexTranslator.Dot extends SurrogateRegexTranslator.CharClass
| Constructor | Description |
|---|---|
Dot() |
Create a character class for the "." metacharacter
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
outputBmp(FastStringBuffer buf) |
Output a representation of the subset of this character class that's within the BMP, to
a supplied buffer
|
void |
outputComplementBmp(FastStringBuffer buf) |
Output a representation of the complement of the subset of this character class that's within the BMP, to
a supplied buffer
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddNonBmpRanges, getContainsBmp, getContainsNonBmp, getSingleChar, outputpublic void outputBmp(FastStringBuffer buf)
SurrogateRegexTranslator.CharClassoutputBmp in class SurrogateRegexTranslator.CharClassbuf - the supplied bufferpublic void outputComplementBmp(FastStringBuffer buf)
SurrogateRegexTranslator.CharClassoutputComplementBmp in class SurrogateRegexTranslator.CharClassbuf - the supplied buffer