ANTLR3C  3.3.1
antlr3baserecognizer.h File Reference

Defines the basic structure to support recognizing by either a lexer, parser, or tree parser. More...

Include dependency graph for antlr3baserecognizer.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  ANTLR3_BASE_RECOGNIZER_struct
 Base tracking context structure for all types of recognizers. More...
 

Macros

#define ANTLR3_TYPE_LEXER   0x0001
 Type indicator for a lexer recognizer. More...
 
#define ANTLR3_TYPE_PARSER   0x0002
 Type indicator for a parser recognizer. More...
 
#define ANTLR3_TYPE_TREE_PARSER   0x0004
 Type indicator for a tree parser recognizer. More...
 

Typedefs

typedef struct ANTLR3_BASE_RECOGNIZER_struct ANTLR3_BASE_RECOGNIZER
 Base tracking context structure for all types of recognizers. More...
 

Detailed Description

Defines the basic structure to support recognizing by either a lexer, parser, or tree parser.