com.jeffpalm.mail
Interface ParserConstants

All Known Implementing Classes:
Parser, ParserTokenManager

public interface ParserConstants


Field Summary
static int _EOL1
           
static int _EOL2
           
static int _EOL3
           
static int _TWOEOLS
           
static int BODY
           
static int DATE
           
static int DEFAULT
           
static int END
           
static int EOF
           
static int EOL
           
static int FROM
           
static int MAILBODY
           
static int MAILDATE
           
static int MAILFROM
           
static int MAILHEADER
           
static int MAILSUBJECT
           
static int NOT_EOL
           
static int SUBJECT
           
static java.lang.String[] tokenImage
           
static int TWOEOLS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

EOL

static final int EOL
See Also:
Constant Field Values

TWOEOLS

static final int TWOEOLS
See Also:
Constant Field Values

NOT_EOL

static final int NOT_EOL
See Also:
Constant Field Values

_TWOEOLS

static final int _TWOEOLS
See Also:
Constant Field Values

SUBJECT

static final int SUBJECT
See Also:
Constant Field Values

_EOL1

static final int _EOL1
See Also:
Constant Field Values

FROM

static final int FROM
See Also:
Constant Field Values

_EOL2

static final int _EOL2
See Also:
Constant Field Values

DATE

static final int DATE
See Also:
Constant Field Values

_EOL3

static final int _EOL3
See Also:
Constant Field Values

BODY

static final int BODY
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

MAILHEADER

static final int MAILHEADER
See Also:
Constant Field Values

MAILSUBJECT

static final int MAILSUBJECT
See Also:
Constant Field Values

MAILFROM

static final int MAILFROM
See Also:
Constant Field Values

MAILDATE

static final int MAILDATE
See Also:
Constant Field Values

MAILBODY

static final int MAILBODY
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage