ANTLR3C  3.3.1
antlr3parser.h File Reference

Base implementation of an ANTLR3 parser. More...

#include <antlr3defs.h>
#include <antlr3baserecognizer.h>
Include dependency graph for antlr3parser.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  ANTLR3_PARSER_struct
 This is the main interface for an ANTLR3 parser. More...
 

Typedefs

typedef struct ANTLR3_PARSER_struct ANTLR3_PARSER
 This is the main interface for an ANTLR3 parser. More...
 

Detailed Description

Base implementation of an ANTLR3 parser.

Typedef Documentation

◆ ANTLR3_PARSER

This is the main interface for an ANTLR3 parser.