Uses of Class
jfun.parsec.tokens.TokenType

Packages that use TokenType
jfun.parsec Provides classes and interfaces for parser combinator logic and basic parsers. 
jfun.parsec.tokens Provides some predefined tokens and Tokenizer implementations. 
 

Uses of TokenType in jfun.parsec
 

Methods in jfun.parsec that return types with arguments of type TokenType
 TypedToken<TokenType> String2TokenWord.fromString(int from, int len, java.lang.String s)
           
static FromString<TypedToken<TokenType>> String2TokenWord.instance()
          Get an instance of this implementation.
 

Uses of TokenType in jfun.parsec.tokens
 

Methods in jfun.parsec.tokens that return TokenType
static TokenType TokenType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TokenType[] TokenType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.