The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.storage.addressparser.RFC822Token
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
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998.