GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
tree_unwind_protect_command Class Reference

#include "pt-except.h"

Inheritance diagram for tree_unwind_protect_command:
Inheritance graph
[legend]
Collaboration diagram for tree_unwind_protect_command:
Collaboration graph
[legend]

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)
void accept (tree_walker &tw)
tree_statement_listbody (void)
tree_statement_listcleanup (void)
virtual int column (void) const
void column (int c)
virtual void delete_breakpoint (void)
tree_commanddup (symbol_table::scope_id scope, symbol_table::context_id context) const
bool is_breakpoint (void) const
octave_comment_listleading_comment (void)
virtual int line (void) const
void line (int l)
octave_comment_listmiddle_comment (void)
virtual void set_breakpoint (void)
void set_location (int l, int c)
std::string str_print_code (void)
octave_comment_listtrailing_comment (void)

Private Member Functions

 tree_unwind_protect_command (const tree_unwind_protect_command &)
tree_unwind_protect_commandoperator= (const tree_unwind_protect_command &)

Private Attributes

tree_statement_listcleanup_code
octave_comment_listlead_comm
octave_comment_listmid_comm
octave_comment_listtrail_comm
tree_statement_listunwind_protect_code

Detailed Description

Definition at line 103 of file pt-except.h.

Constructor & Destructor Documentation

tree_unwind_protect_command::tree_unwind_protect_command ( int  l = -1,
int  c = -1 
)
inline

Definition at line 108 of file pt-except.h.

Referenced by dup().

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

Definition at line 112 of file pt-except.h.

tree_unwind_protect_command::~tree_unwind_protect_command ( void  )

Definition at line 77 of file pt-except.cc.

References cleanup_code, lead_comm, mid_comm, trail_comm, and unwind_protect_code.

tree_unwind_protect_command::tree_unwind_protect_command ( const tree_unwind_protect_command )
private

Member Function Documentation

void tree_unwind_protect_command::accept ( tree_walker tw)
virtual

Implements tree.

Definition at line 100 of file pt-except.cc.

References tree_walker::visit_unwind_protect_command().

tree_statement_list* tree_unwind_protect_command::body ( void  )
inline
tree_statement_list* tree_unwind_protect_command::cleanup ( void  )
inline
virtual int tree::column ( void  ) const
inlinevirtualinherited
void tree::column ( int  c)
inlineinherited

Definition at line 51 of file pt.h.

virtual void tree::delete_breakpoint ( void  )
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 61 of file pt.h.

Referenced by tree_statement::delete_breakpoint(), and tree_breakpoint::take_action().

tree_command * tree_unwind_protect_command::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const
virtual
bool tree::is_breakpoint ( void  ) const
inlineinherited
octave_comment_list* tree_unwind_protect_command::leading_comment ( void  )
inline

Definition at line 127 of file pt-except.h.

Referenced by tree_print_code::visit_unwind_protect_command().

virtual int tree::line ( void  ) const
inlinevirtualinherited
void tree::line ( int  l)
inlineinherited

Definition at line 49 of file pt.h.

octave_comment_list* tree_unwind_protect_command::middle_comment ( void  )
inline

Definition at line 129 of file pt-except.h.

Referenced by tree_print_code::visit_unwind_protect_command().

tree_unwind_protect_command& tree_unwind_protect_command::operator= ( const tree_unwind_protect_command )
private
virtual void tree::set_breakpoint ( void  )
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 59 of file pt.h.

Referenced by tree_statement::set_breakpoint(), and tree_breakpoint::take_action().

void tree::set_location ( int  l,
int  c 
)
inlineinherited

Reimplemented in tree_statement.

Definition at line 53 of file pt.h.

Referenced by tree_statement::set_location().

std::string tree::str_print_code ( void  )
inherited

Definition at line 39 of file pt.cc.

References tree::accept().

Referenced by jit_info::compile(), and tree_argument_list::get_arg_names().

octave_comment_list* tree_unwind_protect_command::trailing_comment ( void  )
inline

Definition at line 131 of file pt-except.h.

Referenced by tree_print_code::visit_unwind_protect_command().

Member Data Documentation

tree_statement_list* tree_unwind_protect_command::cleanup_code
private

Definition at line 145 of file pt-except.h.

Referenced by dup(), and ~tree_unwind_protect_command().

octave_comment_list* tree_unwind_protect_command::lead_comm
private

Definition at line 148 of file pt-except.h.

Referenced by dup(), and ~tree_unwind_protect_command().

octave_comment_list* tree_unwind_protect_command::mid_comm
private

Definition at line 151 of file pt-except.h.

Referenced by dup(), and ~tree_unwind_protect_command().

octave_comment_list* tree_unwind_protect_command::trail_comm
private

Definition at line 154 of file pt-except.h.

Referenced by dup(), and ~tree_unwind_protect_command().

tree_statement_list* tree_unwind_protect_command::unwind_protect_code
private

Definition at line 141 of file pt-except.h.

Referenced by dup(), and ~tree_unwind_protect_command().


The documentation for this class was generated from the following files: