com.hs.mail.imap.parser
Class Token

java.lang.Object
  extended by com.hs.mail.imap.parser.Token

public class Token
extends Object

Since:
Jan 12, 2010
Author:
Won Chul Doh

Nested Class Summary
static class Token.Type
           
 
Field Summary
 Token next
           
 Token.Type type
           
 String value
           
 
Constructor Summary
Token(Token.Type type, String value)
           
 
Method Summary
 boolean isLiteral()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public Token.Type type

value

public String value

next

public Token next
Constructor Detail

Token

public Token(Token.Type type,
             String value)
Method Detail

isLiteral

public boolean isLiteral()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.