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

Declaration of tree::Fragment. More...

#include <iosfwd>
#include <misc/symbol.hh>
#include <frame/frame.hh>
#include <temp/temp.hh>
#include <tree/fwd.hh>
#include <tree/visitor.hh>
#include <temp/label.hh>
#include <tree/fragment.hxx>
Include dependency graph for fragment.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tree::Fragment
 Piece of intermediate representation resource. More...
class  tree::DataFrag
 Fragment for a string data. More...
class  tree::ProcFrag
 Fragment for some code `data'. More...

Namespaces

namespace  tree
 (Low/High) intermediate code.

Functions

std::ostream & tree::operator<< (std::ostream &o, const Fragment &f)

Detailed Description

Declaration of tree::Fragment.

This file may change in the future, if you need to change something, first tell me why.