public static final class SequentialMatchers.UTF8SequentialMatchers extends SequentialMatchers
SequentialMatchers.Builder, SequentialMatchers.SimpleSequentialMatchers, SequentialMatchers.UTF16Or32SequentialMatchers, SequentialMatchers.UTF16RawSequentialMatchers, SequentialMatchers.UTF8SequentialMatchers| Constructor and Description |
|---|
UTF8SequentialMatchers(CharMatcher[] ascii,
CharMatcher[] enc2,
CharMatcher[] enc3,
CharMatcher[] enc4,
short noMatchSuccessor) |
| Modifier and Type | Method and Description |
|---|---|
CharMatcher[] |
getAscii() |
CharMatcher[] |
getEnc2() |
CharMatcher[] |
getEnc3() |
CharMatcher[] |
getEnc4() |
int |
getMaxBytes() |
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 UTF8SequentialMatchers(CharMatcher[] ascii, CharMatcher[] enc2, CharMatcher[] enc3, CharMatcher[] enc4, short noMatchSuccessor)
public CharMatcher[] getAscii()
public CharMatcher[] getEnc2()
public CharMatcher[] getEnc3()
public CharMatcher[] getEnc4()
public int getMaxBytes()
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