Constant Field Values


Contents
net.percederberg.*

net.percederberg.grammatica.parser.ParseException
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

net.percederberg.grammatica.parser.ParserCreationException
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

net.percederberg.grammatica.parser.TokenPattern
public static final int REGEXP_TYPE 2
public static final int STRING_TYPE 1

net.percederberg.grammatica.parser.re.RegExpException
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