Serialized Form


Package net.percederberg.grammatica

Class net.percederberg.grammatica.GrammarException implements Serializable


Package net.percederberg.grammatica.parser

Class net.percederberg.grammatica.parser.ParseException implements Serializable

Serialized Fields

type

int type
The error type.


info

java.lang.String info
The additional information string.


details

java.util.ArrayList details
The additional details information. This variable is only used for unexpected token errors.


line

int line
The line number.


column

int column
The column number.

Class net.percederberg.grammatica.parser.ParserCreationException implements Serializable

Class net.percederberg.grammatica.parser.TestProductionPattern implements Serializable

Class net.percederberg.grammatica.parser.TestRecursiveDescentParser implements Serializable


Package net.percederberg.grammatica.parser.re

Class net.percederberg.grammatica.parser.re.RegExpException implements Serializable

Serialized Fields

type

int type
The error type constant.


position

int position
The error position.


pattern

java.lang.String pattern
The regular expression pattern.

Class net.percederberg.grammatica.parser.re.TestRegExp implements Serializable