#include <pt-except.h>
Inherits tree_command.
Public Member Functions | |
tree_unwind_protect_command (int l=-1, int c=-1) | |
tree_unwind_protect_command (tree_statement_list *tc, tree_statement_list *cc, octave_comment_list *cl=0, octave_comment_list *cm=0, octave_comment_list *ct=0, int l=-1, int c=-1) | |
~tree_unwind_protect_command (void) | |
tree_statement_list * | body (void) |
tree_statement_list * | cleanup (void) |
octave_comment_list * | leading_comment (void) |
octave_comment_list * | middle_comment (void) |
octave_comment_list * | trailing_comment (void) |
tree_command * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
void | accept (tree_walker &tw) |
tree_unwind_protect_command::tree_unwind_protect_command | ( | tree_statement_list * | tc, | |
tree_statement_list * | cc, | |||
octave_comment_list * | cl = 0 , |
|||
octave_comment_list * | cm = 0 , |
|||
octave_comment_list * | ct = 0 , |
|||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_unwind_protect_command::~tree_unwind_protect_command | ( | void | ) |
void tree_unwind_protect_command::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
tree_statement_list* tree_unwind_protect_command::body | ( | void | ) | [inline] |
tree_statement_list* tree_unwind_protect_command::cleanup | ( | void | ) | [inline] |
tree_command * tree_unwind_protect_command::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Implements tree_command.
octave_comment_list* tree_unwind_protect_command::leading_comment | ( | void | ) | [inline] |
octave_comment_list* tree_unwind_protect_command::middle_comment | ( | void | ) | [inline] |
octave_comment_list* tree_unwind_protect_command::trailing_comment | ( | void | ) | [inline] |