Uses of Class
rabbit.html.TokenType

Packages that use TokenType
rabbit.html This package holds the classes that deal with HTML code. 
 

Uses of TokenType in rabbit.html
 

Methods in rabbit.html that return TokenType
 TokenType Token.getType()
          Get the type of this token.
static TokenType TokenType.valueOf(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.
 

Constructors in rabbit.html with parameters of type TokenType
Token(char[] page, TokenType type, int startindex, int len)
          Create a new Token with given arguments.
Token(String text, TokenType type, int startindex)
          Create a new Token with given arguments.