26 #if ! defined (octave_pt_except_h)
27 #define octave_pt_except_h 1
29 #include "octave-config.h"
57 int l = -1,
int c = -1)
125 int l = -1,
int c = -1)
tree_statement_list * cleanup(void)
tree_statement_list * body(void)
~tree_try_catch_command(void)
tree_try_catch_command(int l=-1, int c=-1)
tree_statement_list * m_try_code
void accept(tree_walker &tw)
tree_identifier * m_expr_id
comment_list * m_trail_comm
comment_list * m_mid_comm
tree_try_catch_command & operator=(const tree_try_catch_command &)=delete
comment_list * m_lead_comm
comment_list * middle_comment(void)
tree_identifier * identifier(void)
comment_list * trailing_comment(void)
tree_statement_list * m_catch_code
comment_list * leading_comment(void)
tree_try_catch_command(const tree_try_catch_command &)=delete
tree_try_catch_command(tree_statement_list *tc, tree_statement_list *cc, tree_identifier *id, comment_list *cl=nullptr, comment_list *cm=nullptr, comment_list *ct=nullptr, int l=-1, int c=-1)
tree_statement_list * body(void)
tree_unwind_protect_command(int l=-1, int c=-1)
comment_list * trailing_comment(void)
tree_unwind_protect_command(tree_statement_list *tc, tree_statement_list *cc, comment_list *cl=nullptr, comment_list *cm=nullptr, comment_list *ct=nullptr, int l=-1, int c=-1)
~tree_unwind_protect_command(void)
comment_list * m_mid_comm
tree_statement_list * m_unwind_protect_code
tree_unwind_protect_command & operator=(const tree_unwind_protect_command &)=delete
tree_statement_list * m_cleanup_code
tree_unwind_protect_command(const tree_unwind_protect_command &)=delete
tree_statement_list * cleanup(void)
comment_list * m_lead_comm
comment_list * m_trail_comm
comment_list * leading_comment(void)
void accept(tree_walker &tw)
comment_list * middle_comment(void)
virtual void visit_unwind_protect_command(tree_unwind_protect_command &)
virtual void visit_try_catch_command(tree_try_catch_command &)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn