Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ANALYSIS_ERROR |
6 |
public static final int |
INTERNAL_ERROR |
0 |
public static final int |
INVALID_TOKEN_ERROR |
5 |
public static final int |
IO_ERROR |
1 |
public static final int |
UNEXPECTED_CHAR_ERROR |
3 |
public static final int |
UNEXPECTED_EOF_ERROR |
2 |
public static final int |
UNEXPECTED_TOKEN_ERROR |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INFINITE_LOOP_ERROR |
4 |
public static final int |
INHERENT_AMBIGUITY_ERROR |
5 |
public static final int |
INTERNAL_ERROR |
0 |
public static final int |
INVALID_PARSER_ERROR |
1 |
public static final int |
INVALID_PRODUCTION_ERROR |
3 |
public static final int |
INVALID_TOKEN_ERROR |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BLOCK_SIZE |
1024 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
REGEXP_TYPE |
2 |
public static final int |
STRING_TYPE |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
INVALID_REPEAT_COUNT |
5 |
public static final int |
UNEXPECTED_CHARACTER |
1 |
public static final int |
UNSUPPORTED_ESCAPE_CHARACTER |
4 |
public static final int |
UNSUPPORTED_SPECIAL_CHARACTER |
3 |
public static final int |
UNTERMINATED_PATTERN |
2 |