il::block Class Reference

Represents a block statement {decls; S1; ... ; S_k}. More...

#include <block.h>

Inheritance diagram for il::block:
il::statement il::node

List of all members.

Public Member Functions

 block (vector< variable_declaration * > &var_decls, vector< statement * > &statements)
vector< variable_declaration * > & get_var_declarations ()
vector< statement * > & get_statements ()
void print ()
virtual string to_string () const

Friends

class boost::serialization::access
ostream & operator<< (ostream &os, const block &obj)

Detailed Description

Represents a block statement {decls; S1; ... ; S_k}.


The documentation for this class was generated from the following files:
Generated on Sun Oct 17 14:01:21 2010 by  doxygen 1.6.3