public static class SurrogateRegexTranslator.BackReference extends SurrogateRegexTranslator.CharClass
Constructor | Description |
---|---|
BackReference(int i) |
Create a character class representing a back reference
|
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, wait
addNonBmpRanges, getContainsBmp, getContainsNonBmp, getSingleChar, output
public BackReference(int i)
i
- the subexpression to which this is a backreferencepublic 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