@Immutable protected class TokenStream.CaseInsensitiveToken extends TokenStream.CaseSensitiveToken
| Constructor and Description |
|---|
TokenStream.CaseInsensitiveToken(int startIndex,
int endIndex,
int type,
Position position) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
matchString() |
TokenStream.Token |
withType(int typeMask)
Bitmask ORed with existing type value.
|
public TokenStream.CaseInsensitiveToken(int startIndex,
int endIndex,
int type,
Position position)
protected String matchString()
matchString in class TokenStream.CaseSensitiveTokenpublic TokenStream.Token withType(int typeMask)
TokenStream.TokenwithType in interface TokenStream.TokenwithType in class TokenStream.CaseSensitiveTokenCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.