Uses of Interface
org.modeshape.common.text.TokenStream.Token

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.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.