il::try_catch_statement Class Reference

The representation of an try-catch statement. More...

#include <try_catch_statement.h>

Inheritance diagram for il::try_catch_statement:
il::control_statement il::statement il::node

List of all members.

Public Member Functions

 try_catch_statement (statement *try_stmt, location loc)
 try_catch_statement (statement *try_stmt, location loc, vector< type * > catch_types, vector< statement * > catch_bodies)
void print ()
statementget_try_statement ()
vector< type * > & get_catch_types ()
vector< statement * > & get_catch_bodies ()
void add_handler (type *catch_type, statement *catch_body)
virtual string to_string () const

Friends

class boost::serialization::access

Detailed Description

The representation of an try-catch statement.


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