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