ANTLR Support Libraries 2.7.1+
Classes | Typedefs
ASTFactory.hpp File Reference
#include <antlr/config.hpp>
#include <antlr/AST.hpp>
#include <antlr/ASTArray.hpp>
#include <antlr/ASTPair.hpp>
#include <istream>
#include <utility>
Include dependency graph for ASTFactory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ASTFactory
 

Typedefs

typedef RefAST(* factory_type_) ()
 
typedef std ::pair< const char *, factory_type_factory_descriptor_
 
typedef std ::vector< factory_descriptor_ *> factory_descriptor_list_
 

Typedef Documentation

◆ factory_descriptor_

typedef std ::pair< const char*, factory_type_ > factory_descriptor_

◆ factory_descriptor_list_

◆ factory_type_

typedef RefAST(* factory_type_) ()