Interface MimeVersionParserConstants
-
- All Known Implementing Classes:
MimeVersionParser
,MimeVersionParserTokenManager
public interface MimeVersionParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANY
RegularExpression Id.static int
COMMENT
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIGITS
RegularExpression Id.static int
DOT
RegularExpression Id.static int
EOF
End of File.static int
INCOMMENT
Lexical state.static int
INQUOTEDSTRING
Lexical state.static int
NESTED_COMMENT
Lexical state.static int
QUOTEDPAIR
RegularExpression Id.static int
QUOTEDSTRING
RegularExpression Id.static 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
-
COMMENT
static final int COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTEDSTRING
static final int QUOTEDSTRING
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGITS
static final int DIGITS
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
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
-
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 String[] tokenImage
Literal token values.
-
-