Class Parser.LR.ErrorHandler
- Description
Class handling reporting of errors and warnings.
- Variable verbose
optionalint(-1..1)Parser.LR.ErrorHandler.verbose- Description
Verbosity level
-1Just errors.
0Errors and warnings.
1Also notices.
- Method create
Parser.LR.ErrorHandler Parser.LR.ErrorHandler(int(-1..1)|voidverbosity)- Description
Create a new error handler.
- Parameter
verbosity Level of verbosity.
- See also