Static Public Member Functions | |
| void | RealError (string msg) |
| void | Error (int code, Location l, string text) |
| void | Warning (int code, Location l, string text) |
| void | Warning (int code, string text) |
| void | Error (int code, string text) |
| void | Message (Message m) |
| void | SetIgnoreWarning (int code) |
| void | SetProbe (int code) |
Static Public Attributes | |
| int | Errors |
| Errors encountered so far. | |
| int | Warnings |
| Warnings encountered so far. | |
| bool | Fatal |
| Whether errors should be throw an exception. | |
| bool | WarningsAreErrors |
| Whether warnings should be considered errors. | |
| bool | Stacktrace |
| Whether to dump a stack trace on errors. | |
Properties | |
| int | ProbeCode |
Static Private Member Functions | |
| void | Check (int code) |
Static Private Attributes | |
| int | probe_error = 0 |
| Hashtable | warning_ignore_table |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Errors encountered so far.
|
|
|
Whether errors should be throw an exception.
|
|
|
|
|
|
Whether to dump a stack trace on errors.
|
|
|
|
|
|
Warnings encountered so far.
|
|
|
Whether warnings should be considered errors.
|
|
|
|
1.3.7