Interface PropertyListParserConstants
- All Known Implementing Classes:
PropertyListParserTokenManager
public interface PropertyListParserConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
FieldsModifier 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
static final int EOFEnd of File.- See Also:
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENTRegularExpression Id.- See Also:
-
ARRAY_BEGIN
static final int ARRAY_BEGINRegularExpression Id.- See Also:
-
ARRAY_END
static final int ARRAY_ENDRegularExpression Id.- See Also:
-
ARRAY_SEPARATOR
static final int ARRAY_SEPARATORRegularExpression Id.- See Also:
-
DICT_BEGIN
static final int DICT_BEGINRegularExpression Id.- See Also:
-
DICT_END
static final int DICT_ENDRegularExpression Id.- See Also:
-
DICT_SEPARATOR
static final int DICT_SEPARATORRegularExpression Id.- See Also:
-
EQUAL
static final int EQUALRegularExpression Id.- See Also:
-
DATA_START
static final int DATA_STARTRegularExpression Id.- See Also:
-
DATA_END
static final int DATA_ENDRegularExpression Id.- See Also:
-
DATE_START
static final int DATE_STARTRegularExpression Id.- See Also:
-
QUOTE
static final int QUOTERegularExpression Id.- See Also:
-
LETTER
static final int LETTERRegularExpression Id.- See Also:
-
WHITE
static final int WHITERegularExpression Id.- See Also:
-
HEXA
static final int HEXARegularExpression Id.- See Also:
-
DATA
static final int DATARegularExpression Id.- See Also:
-
DATE
static final int DATERegularExpression Id.- See Also:
-
STRING
static final int STRINGRegularExpression Id.- See Also:
-
QUOTED_STRING
static final int QUOTED_STRINGRegularExpression Id.- See Also:
-
ESCAPED_QUOTE
static final int ESCAPED_QUOTERegularExpression Id.- See Also:
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
-
IN_COMMENT
static final int IN_COMMENTLexical state.- See Also:
-
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENTLexical state.- See Also:
-
tokenImage
Literal token values.
-