#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.
Classes | |
class | antlr::ASTFactory |
Namespaces | |
namespace | antlr |
Typedefs | |
typedef RefAST(* | antlr::factory_type_ )() |
typedef std::pair< const char *, factory_type_ > | antlr::factory_descriptor_ |
typedef std::vector < factory_descriptor_ * > | antlr::factory_descriptor_list_ |