Package | Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.