Interface PropertyListParserConstants
- All Known Implementing Classes:
PropertyListParserTokenManager
public interface PropertyListParserConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
Lexical state.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
End of File.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
Lexical state.static final int
Lexical state.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final int
RegularExpression Id.static final String[]
Literal token values.static final int
RegularExpression Id.
-
Field Details
-
EOF
End of File.- See Also:
-
SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
-
ARRAY_BEGIN
RegularExpression Id.- See Also:
-
ARRAY_END
RegularExpression Id.- See Also:
-
ARRAY_SEPARATOR
RegularExpression Id.- See Also:
-
DICT_BEGIN
RegularExpression Id.- See Also:
-
DICT_END
RegularExpression Id.- See Also:
-
DICT_SEPARATOR
RegularExpression Id.- See Also:
-
EQUAL
RegularExpression Id.- See Also:
-
DATA_START
RegularExpression Id.- See Also:
-
DATA_END
RegularExpression Id.- See Also:
-
DATE_START
RegularExpression Id.- See Also:
-
QUOTE
RegularExpression Id.- See Also:
-
LETTER
RegularExpression Id.- See Also:
-
WHITE
RegularExpression Id.- See Also:
-
HEXA
RegularExpression Id.- See Also:
-
DATA
RegularExpression Id.- See Also:
-
DATE
RegularExpression Id.- See Also:
-
STRING
RegularExpression Id.- See Also:
-
QUOTED_STRING
RegularExpression Id.- See Also:
-
ESCAPED_QUOTE
RegularExpression Id.- See Also:
-
DEFAULT
Lexical state.- See Also:
-
IN_COMMENT
Lexical state.- See Also:
-
IN_SINGLE_LINE_COMMENT
Lexical state.- See Also:
-
tokenImage
Literal token values.
-