The representation of a try-finally statement. More...
#include <try_finally_statement.h>
Public Member Functions | |
| try_finally_statement (statement *try_stmt, statement *exit_stmt, location loc) | |
| void | print () |
| statement * | get_try_statement () |
| statement * | get_exit_statement () |
| virtual string | to_string () const |
Friends | |
| class | boost::serialization::access |
The representation of a try-finally statement.
1.6.3