Interface PropertyListParserConstants
-
- All Known Implementing Classes:
PropertyListParserTokenManager
public interface PropertyListParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intARRAY_BEGINRegularExpression Id.static intARRAY_ENDRegularExpression Id.static intARRAY_SEPARATORRegularExpression Id.static intDATARegularExpression Id.static intDATA_ENDRegularExpression Id.static intDATA_STARTRegularExpression Id.static intDATERegularExpression Id.static intDATE_STARTRegularExpression Id.static intDEFAULTLexical state.static intDICT_BEGINRegularExpression Id.static intDICT_ENDRegularExpression Id.static intDICT_SEPARATORRegularExpression Id.static intEOFEnd of File.static intEQUALRegularExpression Id.static intESCAPED_QUOTERegularExpression Id.static intHEXARegularExpression Id.static intIN_COMMENTLexical state.static intIN_SINGLE_LINE_COMMENTLexical state.static intLETTERRegularExpression Id.static intQUOTERegularExpression Id.static intQUOTED_STRINGRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static intSTRINGRegularExpression Id.static String[]tokenImageLiteral token values.static intWHITERegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
ARRAY_BEGIN
static final int ARRAY_BEGIN
RegularExpression Id.- See Also:
- Constant Field Values
-
ARRAY_END
static final int ARRAY_END
RegularExpression Id.- See Also:
- Constant Field Values
-
ARRAY_SEPARATOR
static final int ARRAY_SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
DICT_BEGIN
static final int DICT_BEGIN
RegularExpression Id.- See Also:
- Constant Field Values
-
DICT_END
static final int DICT_END
RegularExpression Id.- See Also:
- Constant Field Values
-
DICT_SEPARATOR
static final int DICT_SEPARATOR
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DATA_START
static final int DATA_START
RegularExpression Id.- See Also:
- Constant Field Values
-
DATA_END
static final int DATA_END
RegularExpression Id.- See Also:
- Constant Field Values
-
DATE_START
static final int DATE_START
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTE
static final int QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
WHITE
static final int WHITE
RegularExpression Id.- See Also:
- Constant Field Values
-
HEXA
static final int HEXA
RegularExpression Id.- See Also:
- Constant Field Values
-
DATA
static final int DATA
RegularExpression Id.- See Also:
- Constant Field Values
-
DATE
static final int DATE
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTED_STRING
static final int QUOTED_STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPED_QUOTE
static final int ESCAPED_QUOTE
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
IN_COMMENT
static final int IN_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
IN_SINGLE_LINE_COMMENT
static final int IN_SINGLE_LINE_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-