#include <antlr/config.hpp>
#include <antlr/AST.hpp>
#include <antlr/ASTArray.hpp>
#include <antlr/ASTPair.hpp>
#include <istream>
#include <utility>
Go to the source code of this file.
Data Structures | |
class | ASTFactory |
Typedefs | |
typedef RefAST(* | factory_type_ )() |
typedef factory_type_ | factory_descriptor_ |
Functions | |
typedef | ANTLR_USE_NAMESPACE (std) pair< const char * |
typedef factory_type_ factory_descriptor_ |
Definition at line 25 of file ASTFactory.hpp.
typedef RefAST(* factory_type_)() |
Definition at line 24 of file ASTFactory.hpp.
typedef ANTLR_USE_NAMESPACE | ( | std | ) | const |