org.apache.jsieve.parser.generated
Interface SieveParserConstants

All Known Implementing Classes:
SieveParser, SieveParserTokenManager

public interface SieveParserConstants

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


Field Summary
static int ALPHA
          RegularExpression Id.
static int BRACKET_COMMENT
          RegularExpression Id.
static int CHAR_NOT_DOT
          RegularExpression Id.
static int CHAR_NOT_NEWLINE
          RegularExpression Id.
static int DECIMAL_LITERAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int EOF
          End of File.
static int EOF_HASH_COMMENT
          RegularExpression Id.
static int HASH_COMMENT
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int MULTI_LINE
          RegularExpression Id.
static int MULTI_LINE_DOTSTUFF
          RegularExpression Id.
static int MULTI_LINE_END
          RegularExpression Id.
static int MULTI_LINE_LITERAL
          RegularExpression Id.
static int MULTI_LINE_START
          RegularExpression Id.
static int NEWLINE
          RegularExpression Id.
static int NUMBER
          RegularExpression Id.
static int QUANTIFIER
          RegularExpression Id.
static int QUOTED_STRING
          RegularExpression Id.
static int TAG
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

HASH_COMMENT

static final int HASH_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

BRACKET_COMMENT

static final int BRACKET_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

EOF_HASH_COMMENT

static final int EOF_HASH_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
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

TAG

static final int TAG
RegularExpression Id.

See Also:
Constant Field Values

NUMBER

static final int NUMBER
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

QUANTIFIER

static final int QUANTIFIER
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_STRING

static final int QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE

static final int MULTI_LINE
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_START

static final int MULTI_LINE_START
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_END

static final int MULTI_LINE_END
RegularExpression Id.

See Also:
Constant Field Values

NEWLINE

static final int NEWLINE
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_LITERAL

static final int MULTI_LINE_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

CHAR_NOT_DOT

static final int CHAR_NOT_DOT
RegularExpression Id.

See Also:
Constant Field Values

CHAR_NOT_NEWLINE

static final int CHAR_NOT_NEWLINE
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_DOTSTUFF

static final int MULTI_LINE_DOTSTUFF
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
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.