LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libobject.hh File Reference

Declare functions and variables exported by object module. More...

#include <misc/map.hh>
#include <misc/symbol.hh>
#include <misc/error.hh>
#include <ast/fwd.hh>
#include <type/class.hh>
Include dependency graph for libobject.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  object

Typedefs

typedef misc::map< const
type::Class *, misc::symbol
object::class_names_type
 Names associated to class types.

Functions

misc::error object::types_check (ast::Ast &tree)
 Check types allowing objects.
class_names_type * object::rename (ast::Ast &tree)
template<typename A >
A * object::desugar (const A &tree, const class_names_type &class_names)
 Remove objects constructs from an AST.
template<typename A >
A * object::raw_desugar (const A &tree, const class_names_type &class_names)
 Remove objects constructs from an AST without recomputing its bindings nor its types.

Detailed Description

Declare functions and variables exported by object module.