public static final class SequentialMatchers.UTF16Or32SequentialMatchers extends SequentialMatchers
SequentialMatchers.Builder, SequentialMatchers.SimpleSequentialMatchers, SequentialMatchers.UTF16Or32SequentialMatchers, SequentialMatchers.UTF16RawSequentialMatchers, SequentialMatchers.UTF8SequentialMatchers| Constructor and Description |
|---|
UTF16Or32SequentialMatchers(CharMatcher[] ascii,
CharMatcher[] latin1,
CharMatcher[] bmp,
CharMatcher[] astral,
short noMatchSuccessor) |
| Modifier and Type | Method and Description |
|---|---|
CharMatcher[] |
getAscii() |
CharMatcher[] |
getAstral() |
CharMatcher[] |
getBmp() |
CharMatcher[] |
getLatin1() |
boolean |
match(int i,
int c)
Returns
true iff transition i matches c. |
int |
size()
Returns the number of transitions represented by this object.
|
String |
toString(int i)
Returns a String representation of transition
i. |
getNoMatchSuccessor, matchpublic UTF16Or32SequentialMatchers(CharMatcher[] ascii, CharMatcher[] latin1, CharMatcher[] bmp, CharMatcher[] astral, short noMatchSuccessor)
public CharMatcher[] getAscii()
public CharMatcher[] getLatin1()
public CharMatcher[] getBmp()
public CharMatcher[] getAstral()
public int size()
SequentialMatcherssize in class SequentialMatcherspublic boolean match(int i,
int c)
SequentialMatcherstrue iff transition i matches c.match in class SequentialMatcherspublic String toString(int i)
SequentialMatchersi.toString in class SequentialMatchers