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

All Known Implementing Classes:
AddressListParser, AddressListParserTokenManager

public interface AddressListParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ALPHA
          RegularExpression Id.
static int ANY
          RegularExpression Id.
static int ATEXT
          RegularExpression Id.
static int COMMENT
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DOMAINLITERAL
          RegularExpression Id.
static int DOTATOM
          RegularExpression Id.
static int EOF
          End of File.
static int INCOMMENT
          Lexical state.
static int INDOMAINLITERAL
          Lexical state.
static int INQUOTEDSTRING
          Lexical state.
static int NESTED_COMMENT
          Lexical state.
static int QUOTEDPAIR
          RegularExpression Id.
static int QUOTEDSTRING
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int WS
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

WS

static final int WS
RegularExpression Id.

See Also:
Constant Field Values

ALPHA

static final int ALPHA
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

ATEXT

static final int ATEXT
RegularExpression Id.

See Also:
Constant Field Values

DOTATOM

static final int DOTATOM
RegularExpression Id.

See Also:
Constant Field Values

DOMAINLITERAL

static final int DOMAINLITERAL
RegularExpression Id.

See Also:
Constant Field Values

COMMENT

static final int COMMENT
RegularExpression Id.

See Also:
Constant Field Values

QUOTEDSTRING

static final int QUOTEDSTRING
RegularExpression Id.

See Also:
Constant Field Values

QUOTEDPAIR

static final int QUOTEDPAIR
RegularExpression Id.

See Also:
Constant Field Values

ANY

static final int ANY
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

INDOMAINLITERAL

static final int INDOMAINLITERAL
Lexical state.

See Also:
Constant Field Values

INCOMMENT

static final int INCOMMENT
Lexical state.

See Also:
Constant Field Values

NESTED_COMMENT

static final int NESTED_COMMENT
Lexical state.

See Also:
Constant Field Values

INQUOTEDSTRING

static final int INQUOTEDSTRING
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.



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