Class Parser.LR.ErrorHandler

Description

Class handling reporting of errors and warnings.


Variable verbose

optional int(-1..1) Parser.LR.ErrorHandler.verbose

Description

Verbosity level

-1

Just errors.

0

Errors and warnings.

1

Also notices.


Method create

Parser.LR.ErrorHandler Parser.LR.ErrorHandler(int(-1..1)|void verbosity)

Description

Create a new error handler.

Parameter verbosity

Level of verbosity.

See also

verbose