ANTLR3_BASE_RECOGNIZER_struct (3) Linux Manual Page
ANTLR3_BASE_RECOGNIZER_struct – Base tracking context structure for all types of recognizers. Synopsis#include <antlr3baserecognizer.h> Data FieldsANTLR3_BOOLEAN(* alreadyParsedRule )(struct ANTLR3_BASE_RECOGNIZER_struct *recognizer, ANTLR3_MARKER ruleIndex) Pointer to function that determines whether the rule has parsed input at the current index in the input stream. void(* beginBacktrack )(struct ANTLR3_BASE_RECOGNIZER_struct *recognizer, ANTLR3_UINT32 level) Pointer to a function that is a hook…
