public static class SurrogateRegexTranslator.Empty extends SurrogateRegexTranslator.SimpleCharClass
Modifier and Type | Method | Description |
---|---|---|
static SurrogateRegexTranslator.Empty |
getInstance() |
Return the singular instance of this class
|
void |
inClassOutputBmp(FastStringBuffer buf) |
Output a representation of the subset of this character class that's within the BMP, to
a supplied buffer, using regex syntax that will be valid within a character class
expression (that is, within square brackets)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addNonBmpRanges, getContainsBmp, getContainsNonBmp, getSingleChar, output
outputBmp, outputComplementBmp
public static SurrogateRegexTranslator.Empty getInstance()
public void inClassOutputBmp(FastStringBuffer buf)
SurrogateRegexTranslator.SimpleCharClass
inClassOutputBmp
in class SurrogateRegexTranslator.SimpleCharClass
buf
- the supplied buffer