@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.CaseSensitiveToken
TokenStream.CaseSensitiveToken.matchString()
public TokenStream.Token withType(int typeMask)
withType
in interface TokenStream.Token
withType
in class TokenStream.CaseSensitiveToken
TokenStream.Token.withType(int)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.