PropertyListParserTokenManagerpublic interface PropertyListParserConstants
| Modifier and Type | Field | Description |
|---|---|---|
static int |
ARRAY_BEGIN |
RegularExpression Id.
|
static int |
ARRAY_END |
RegularExpression Id.
|
static int |
ARRAY_SEPARATOR |
RegularExpression Id.
|
static int |
DATA |
RegularExpression Id.
|
static int |
DATA_END |
RegularExpression Id.
|
static int |
DATA_START |
RegularExpression Id.
|
static int |
DATE |
RegularExpression Id.
|
static int |
DATE_START |
RegularExpression Id.
|
static int |
DEFAULT |
Lexical state.
|
static int |
DICT_BEGIN |
RegularExpression Id.
|
static int |
DICT_END |
RegularExpression Id.
|
static int |
DICT_SEPARATOR |
RegularExpression Id.
|
static int |
EOF |
End of File.
|
static int |
EQUAL |
RegularExpression Id.
|
static int |
ESCAPED_QUOTE |
RegularExpression Id.
|
static int |
HEXA |
RegularExpression Id.
|
static int |
IN_COMMENT |
Lexical state.
|
static int |
IN_SINGLE_LINE_COMMENT |
Lexical state.
|
static int |
LETTER |
RegularExpression Id.
|
static int |
QUOTE |
RegularExpression Id.
|
static int |
QUOTED_STRING |
RegularExpression Id.
|
static int |
SINGLE_LINE_COMMENT |
RegularExpression Id.
|
static int |
STRING |
RegularExpression Id.
|
static java.lang.String[] |
tokenImage |
Literal token values.
|
static int |
WHITE |
RegularExpression Id.
|
static final int EOF
static final int SINGLE_LINE_COMMENT
static final int ARRAY_BEGIN
static final int ARRAY_END
static final int ARRAY_SEPARATOR
static final int DICT_BEGIN
static final int DICT_END
static final int DICT_SEPARATOR
static final int EQUAL
static final int DATA_START
static final int DATA_END
static final int DATE_START
static final int QUOTE
static final int LETTER
static final int WHITE
static final int HEXA
static final int DATA
static final int DATE
static final int STRING
static final int QUOTED_STRING
static final int ESCAPED_QUOTE
static final int DEFAULT
static final int IN_COMMENT
static final int IN_SINGLE_LINE_COMMENT
static final java.lang.String[] tokenImage