Matchers.Builder, Matchers.SimpleMatchers, Matchers.UTF16Matchers, Matchers.UTF16RawMatchers, Matchers.UTF8Matchers| Constructor and Description |
|---|
UTF8Matchers(CharMatcher[] ascii,
CharMatcher[] enc2,
CharMatcher[] enc3,
CharMatcher[] enc4,
short noMatchSuccessor) |
| Modifier and Type | Method and Description |
|---|---|
CharMatcher[] |
getAscii() |
CharMatcher[] |
getEnc2() |
CharMatcher[] |
getEnc3() |
CharMatcher[] |
getEnc4() |
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, matchaccept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, toStringpublic UTF8Matchers(CharMatcher[] ascii, CharMatcher[] enc2, CharMatcher[] enc3, CharMatcher[] enc4, short noMatchSuccessor)
public CharMatcher[] getAscii()
public CharMatcher[] getEnc2()
public CharMatcher[] getEnc3()
public CharMatcher[] getEnc4()
public int size()
Matcherspublic boolean match(int i,
int c)
Matcherstrue iff transition i matches c.