This is the definition of the base recognizer interface, instantiations of which are referred to via pANTLR3_BASE_RECOGNIZER.
More...
This is the definition of the base recognizer interface, instantiations of which are referred to via pANTLR3_BASE_RECOGNIZER.
In general you will not refer to one of these structures directly as a a pANTLR3_BASE_RECOGNIZER will be embedded within a higher level object such as pANTLR3_PARSER
◆ ANTLR3_TYPE_LEXER
#define ANTLR3_TYPE_LEXER 0x0001 |
Type indicator for a lexer recognizer.
◆ ANTLR3_TYPE_PARSER
#define ANTLR3_TYPE_PARSER 0x0002 |
Type indicator for a parser recognizer.
◆ ANTLR3_TYPE_TREE_PARSER
#define ANTLR3_TYPE_TREE_PARSER 0x0004 |
Type indicator for a tree parser recognizer.
◆ ANTLR3_BASE_RECOGNIZER
Base tracking context structure for all types of recognizers.
◆ pANTLR3_BASE_RECOGNIZER