| Package | Description |
|---|---|
| org.modeshape.common.text |
A set of utilities for working with text.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
TokenStream.CaseInsensitiveToken |
protected class |
TokenStream.CaseSensitiveToken
An immutable
TokenStream.Token that implements matching using case-sensitive logic. |
| Modifier and Type | Field and Description |
|---|---|
protected List<TokenStream.Token> |
TokenStream.TokenFactory.tokens |
| Modifier and Type | Method and Description |
|---|---|
TokenStream.Token |
TokenStream.Token.withType(int typeMask)
Bitmask ORed with existing type value.
|
TokenStream.Token |
TokenStream.CaseSensitiveToken.withType(int typeMask) |
TokenStream.Token |
TokenStream.CaseInsensitiveToken.withType(int typeMask) |
| Modifier and Type | Method and Description |
|---|---|
List<TokenStream.Token> |
TokenStream.TokenFactory.getTokens() |
protected List<TokenStream.Token> |
TokenStream.initializeTokens(List<TokenStream.Token> tokens)
Method to allow subclasses to preprocess the set of tokens and return the correct tokens to use.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<TokenStream.Token> |
TokenStream.initializeTokens(List<TokenStream.Token> tokens)
Method to allow subclasses to preprocess the set of tokens and return the correct tokens to use.
|
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.