You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.storage.addressparser.RFC822Token

java.lang.Object
   |
   +----grendel.storage.addressparser.RFC822Token

class  RFC822Token
     extends java.lang.Object
{
          // Fields 8
     static final int ATOM;
     static final int COMMENT;
     static final int DOMAIN_LITERAL;
     static final int QUOTED_STRING;
     static final int SPECIAL_CHAR;
     static final int UNKNOWN;
     private Object obj;
     private int token_type;

          // Constructors 1
     public RFC822Token(Object, int);

          // Methods 5
     public Object getObject();
     public int getType();
     public boolean isSpecialChar(char);
     public void printToken();
     public void printTokenType();
}



Fields


UNKNOWN

   static final int UNKNOWN


SPECIAL_CHAR

   static final int SPECIAL_CHAR


QUOTED_STRING

   static final int QUOTED_STRING


DOMAIN_LITERAL

   static final int DOMAIN_LITERAL


COMMENT

   static final int COMMENT


ATOM

   static final int ATOM


obj

   private Object obj


token_type

   private int token_type



Constructors


RFC822Token

   public RFC822Token(Object obj, 
                      int type) 



Methods


getObject

   public Object getObject() 


getType

   public int getType() 


isSpecialChar

   public boolean isSpecialChar(char sp_char) 


printTokenType

   public void printTokenType() 


printToken

   public void printToken() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4