|
ModeShape Distribution 3.0.0.Alpha5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenStream.Token | |
|---|---|
| org.modeshape.common.text | A set of utilities for working with text. |
| 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.Token in org.modeshape.common.text |
|---|
| Classes in org.modeshape.common.text that implement TokenStream.Token | |
|---|---|
protected class |
TokenStream.CaseInsensitiveToken
|
protected class |
TokenStream.CaseSensitiveToken
An immutable TokenStream.Token that implements matching using case-sensitive logic. |
| Fields in org.modeshape.common.text with type parameters of type TokenStream.Token | |
|---|---|
protected List<TokenStream.Token> |
TokenStream.TokenFactory.tokens
|
| Methods in org.modeshape.common.text that return TokenStream.Token | |
|---|---|
TokenStream.Token |
TokenStream.Token.withType(int typeMask)
Bitmask ORed with existing type value. |
TokenStream.Token |
TokenStream.CaseSensitiveToken.withType(int typeMask)
Bitmask ORed with existing type value. |
TokenStream.Token |
TokenStream.CaseInsensitiveToken.withType(int typeMask)
Bitmask ORed with existing type value. |
| Methods in org.modeshape.common.text that return types with arguments of type TokenStream.Token | |
|---|---|
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. |
| Method parameters in org.modeshape.common.text with type arguments of type TokenStream.Token | |
|---|---|
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. |
| Uses of TokenStream.Token in org.modeshape.sequencer.ddl |
|---|
| Methods in org.modeshape.sequencer.ddl that return types with arguments of type TokenStream.Token | |
|---|---|
protected List<TokenStream.Token> |
DdlTokenStream.initializeTokens(List<TokenStream.Token> tokens)
Method to allow subclasses to preprocess the set of tokens and return the correct tokens to use. |
| Method parameters in org.modeshape.sequencer.ddl with type arguments of type TokenStream.Token | |
|---|---|
protected List<TokenStream.Token> |
DdlTokenStream.initializeTokens(List<TokenStream.Token> tokens)
Method to allow subclasses to preprocess the set of tokens and return the correct tokens to use. |
|
ModeShape Distribution 3.0.0.Alpha5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||