antlr3-c (3) Linux Manual Page
NAME ANTLR3_EXCEPTION_struct – Base structure for an ANTLR3 exception tracker. SYNOPSIS #include <antlr3exception.h> Data Fields ANTLR3_UCHAR c The current character when an error occurred – for lexers. ANTLR3_INT32 charPositionInLine Character position in the line where the error occurred. void * custom Pointer for you, the programmer to add anything you like to an exception. ANTLR3_UINT32…
