| Package | Description |
|---|---|
| org.modeshape.common.text |
A set of utilities for working with text.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TokenStream.BasicTokenizer
A basic
TokenStream.Tokenizer implementation that ignores whitespace but includes tokens for individual symbols, the period
('.'), single-quoted strings, double-quoted strings, whitespace-delimited words, and optionally comments. |
| Constructor and Description |
|---|
TokenStream(String content,
TokenStream.Tokenizer tokenizer,
boolean caseSensitive) |
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.