Uses of Class
com.hs.mail.imap.parser.Token.Type

Packages that use Token.Type
com.hs.mail.imap.parser   
 

Uses of Token.Type in com.hs.mail.imap.parser
 

Fields in com.hs.mail.imap.parser declared as Token.Type
 Token.Type Token.type
           
 

Methods in com.hs.mail.imap.parser that return Token.Type
static Token.Type Token.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Token.Type[] Token.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.hs.mail.imap.parser with parameters of type Token.Type
protected  void AbstractImapCommandParser.newToken(Token.Type type)
           
 

Constructors in com.hs.mail.imap.parser with parameters of type Token.Type
Token(Token.Type type, String value)
           
 



Copyright © 2011. All Rights Reserved.