org.apache.jsieve.parser.generated.address
Interface AddressListParserConstants

All Known Implementing Classes:
AddressListParser, AddressListParserTokenManager

public interface AddressListParserConstants


Field Summary
static int ALPHA
           
static int ANY
           
static int ATEXT
           
static int COMMENT
           
static int DEFAULT
           
static int DIGIT
           
static int DOMAINLITERAL
           
static int DOTATOM
           
static int EOF
           
static int INCOMMENT
           
static int INDOMAINLITERAL
           
static int INQUOTEDSTRING
           
static int NESTED_COMMENT
           
static int QUOTEDPAIR
           
static int QUOTEDSTRING
           
static java.lang.String[] tokenImage
           
static int WS
           
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

ALPHA

public static final int ALPHA
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values

ATEXT

public static final int ATEXT
See Also:
Constant Field Values

DOTATOM

public static final int DOTATOM
See Also:
Constant Field Values

DOMAINLITERAL

public static final int DOMAINLITERAL
See Also:
Constant Field Values

COMMENT

public static final int COMMENT
See Also:
Constant Field Values

QUOTEDSTRING

public static final int QUOTEDSTRING
See Also:
Constant Field Values

QUOTEDPAIR

public static final int QUOTEDPAIR
See Also:
Constant Field Values

ANY

public static final int ANY
See Also:
Constant Field Values

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

INDOMAINLITERAL

public static final int INDOMAINLITERAL
See Also:
Constant Field Values

INCOMMENT

public static final int INCOMMENT
See Also:
Constant Field Values

NESTED_COMMENT

public static final int NESTED_COMMENT
See Also:
Constant Field Values

INQUOTEDSTRING

public static final int INQUOTEDSTRING
See Also:
Constant Field Values

tokenImage

public static final java.lang.String[] tokenImage


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.