|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenStream.Tokens | |
|---|---|
| org.modeshape.cnd | Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. |
| org.modeshape.common.text | A set of utilities for working with text. |
| org.modeshape.graph.query.parse | This package defines the QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
| org.modeshape.sequencer.ddl | The classes that make up the DDL sequencer, which is capable of parsing the more important DDL statements from SQL-92, Oracle, Derby, and PostgreSQL, and constructing a graph structure containing a structured representation of these statements. |
| Uses of TokenStream.Tokens in org.modeshape.cnd |
|---|
| Methods in org.modeshape.cnd with parameters of type TokenStream.Tokens | |
|---|---|
void |
CndTokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens)
Process the supplied characters and construct the appropriate TokenStream.Token objects. |
| Uses of TokenStream.Tokens in org.modeshape.common.text |
|---|
| Classes in org.modeshape.common.text that implement TokenStream.Tokens | |
|---|---|
class |
TokenStream.CaseInsensitiveTokenFactory
|
class |
TokenStream.CaseSensitiveTokenFactory
|
protected class |
TokenStream.TokenFactory
|
| Methods in org.modeshape.common.text with parameters of type TokenStream.Tokens | |
|---|---|
void |
TokenStream.Tokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens)
Process the supplied characters and construct the appropriate TokenStream.Token objects. |
void |
TokenStream.BasicTokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens)
Process the supplied characters and construct the appropriate TokenStream.Token objects. |
| Uses of TokenStream.Tokens in org.modeshape.graph.query.parse |
|---|
| Methods in org.modeshape.graph.query.parse with parameters of type TokenStream.Tokens | |
|---|---|
void |
SqlQueryParser.SqlTokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens)
Process the supplied characters and construct the appropriate TokenStream.Token objects. |
void |
FullTextSearchParser.TermTokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens)
Process the supplied characters and construct the appropriate TokenStream.Token objects. |
| Uses of TokenStream.Tokens in org.modeshape.sequencer.ddl |
|---|
| Methods in org.modeshape.sequencer.ddl with parameters of type TokenStream.Tokens | |
|---|---|
void |
DdlTokenStream.DdlTokenizer.tokenize(TokenStream.CharacterStream input,
TokenStream.Tokens tokens)
Process the supplied characters and construct the appropriate TokenStream.Token objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||