org.apache.jsieve.parser.generated
Interface SieveParserConstants
- All Known Implementing Classes:
- SieveParser, SieveParserTokenManager
- public interface SieveParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
HASH_COMMENT
public static final int HASH_COMMENT
- See Also:
- Constant Field Values
BRACKET_COMMENT
public static final int BRACKET_COMMENT
- See Also:
- Constant Field Values
EOF_HASH_COMMENT
public static final int EOF_HASH_COMMENT
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- 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
TAG
public static final int TAG
- See Also:
- Constant Field Values
NUMBER
public static final int NUMBER
- See Also:
- Constant Field Values
DECIMAL_LITERAL
public static final int DECIMAL_LITERAL
- See Also:
- Constant Field Values
QUANTIFIER
public static final int QUANTIFIER
- See Also:
- Constant Field Values
QUOTED_STRING
public static final int QUOTED_STRING
- See Also:
- Constant Field Values
MULTI_LINE
public static final int MULTI_LINE
- See Also:
- Constant Field Values
MULTI_LINE_START
public static final int MULTI_LINE_START
- See Also:
- Constant Field Values
MULTI_LINE_END
public static final int MULTI_LINE_END
- See Also:
- Constant Field Values
NEWLINE
public static final int NEWLINE
- See Also:
- Constant Field Values
MULTI_LINE_LITERAL
public static final int MULTI_LINE_LITERAL
- See Also:
- Constant Field Values
CHAR_NOT_DOT
public static final int CHAR_NOT_DOT
- See Also:
- Constant Field Values
CHAR_NOT_NEWLINE
public static final int CHAR_NOT_NEWLINE
- See Also:
- Constant Field Values
MULTI_LINE_DOTSTUFF
public static final int MULTI_LINE_DOTSTUFF
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.