antlr3-expectingSet (3) Linux Manual Page
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 decisionNum…
