public static class SurrogateRegexTranslator.Dot extends SurrogateRegexTranslator.CharClass
Constructor and Description |
---|
SurrogateRegexTranslator.Dot()
Create a character class for the "." metacharacter
|
Modifier and Type | Method and 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
|
addNonBmpRanges, getContainsBmp, getContainsNonBmp, getSingleChar, output
public SurrogateRegexTranslator.Dot()
public void outputBmp(FastStringBuffer buf)
SurrogateRegexTranslator.CharClass
outputBmp
in class SurrogateRegexTranslator.CharClass
buf
- the supplied bufferpublic void outputComplementBmp(FastStringBuffer buf)
SurrogateRegexTranslator.CharClass
outputComplementBmp
in class SurrogateRegexTranslator.CharClass
buf
- the supplied buffer