Extension methods to the CharStream type that have to do with error reporting.
Static member | Description |
Full Usage:
CharStreamErrorReportingExtensions.FailAtOffset(stream, offset, message)
Parameters:
CharStream
-
The CharStream to work with.
offset : int
-
The offset from the character stream's current
position to the point the error will be reported.
message : string
-
The exception's message
|
|