The representation of an try-catch statement. More...
#include <try_catch_statement.h>
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 () |
statement * | get_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 |
The representation of an try-catch statement.