|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.mail.internet.HeaderTokenizer.Token
Field Summary | |
static int |
ATOM
|
static int |
COMMENT
|
static int |
EOF
|
static int |
QUOTEDSTRING
|
Constructor Summary | |
HeaderTokenizer.Token(int type,
java.lang.String value)
|
Method Summary | |
int |
getType()
|
java.lang.String |
getValue()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ATOM
public static final int COMMENT
public static final int EOF
public static final int QUOTEDSTRING
Constructor Detail |
public HeaderTokenizer.Token(int type, java.lang.String value)
Method Detail |
public int getType()
public java.lang.String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |