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 | Protected Attributes | Private Member Functions | Private Attributes | List of all members
tree_while_command Class Reference

#include "pt-loop.h"

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

Public Member Functions

 tree_while_command (int l=-1, int c=-1)
 tree_while_command (tree_expression *e, octave_comment_list *lc=0, octave_comment_list *tc=0, int l=-1, int c=-1)
 tree_while_command (tree_expression *e, tree_statement_list *lst, octave_comment_list *lc=0, octave_comment_list *tc=0, int l=-1, int c=-1)
 ~tree_while_command (void)
void accept (tree_walker &tw)
tree_statement_listbody (void)
virtual int column (void) const
void column (int c)
tree_expressioncondition (void)
virtual void delete_breakpoint (void)
tree_commanddup (symbol_table::scope_id scope, symbol_table::context_id context) const
jit_infoget_info (void) const
bool is_breakpoint (void) const
octave_comment_listleading_comment (void)
virtual int line (void) const
void line (int l)
virtual void set_breakpoint (void)
void set_location (int l, int c)
void stash_info (jit_info *jinfo)
std::string str_print_code (void)
octave_comment_listtrailing_comment (void)

Protected Attributes

tree_expressionexpr
octave_comment_listlead_comm
tree_statement_listlist
octave_comment_listtrail_comm

Private Member Functions

 tree_while_command (const tree_while_command &)
tree_while_commandoperator= (const tree_while_command &)

Private Attributes

jit_infocompiled

Detailed Description

Definition at line 43 of file pt-loop.h.

Constructor & Destructor Documentation

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

Definition at line 48 of file pt-loop.h.

Referenced by dup().

tree_while_command::tree_while_command ( tree_expression e,
octave_comment_list lc = 0,
octave_comment_list tc = 0,
int  l = -1,
int  c = -1 
)
inline

Definition at line 56 of file pt-loop.h.

tree_while_command::tree_while_command ( tree_expression e,
tree_statement_list lst,
octave_comment_list lc = 0,
octave_comment_list tc = 0,
int  l = -1,
int  c = -1 
)
inline

Definition at line 67 of file pt-loop.h.

tree_while_command::~tree_while_command ( void  )

Definition at line 47 of file pt-loop.cc.

References compiled, expr, lead_comm, list, and trail_comm.

tree_while_command::tree_while_command ( const tree_while_command )
private

Member Function Documentation

void tree_while_command::accept ( tree_walker tw)
virtual

Implements tree.

Reimplemented in tree_do_until_command.

Definition at line 70 of file pt-loop.cc.

References tree_walker::visit_while_command().

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

Definition at line 51 of file pt.h.

tree_expression* tree_while_command::condition ( void  )
inline
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_while_command::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const
virtual
jit_info* tree_while_command::get_info ( void  ) const
inline

Definition at line 95 of file pt-loop.h.

Referenced by tree_jit::do_execute().

bool tree::is_breakpoint ( void  ) const
inlineinherited
octave_comment_list* tree_while_command::leading_comment ( void  )
inline
virtual int tree::line ( void  ) const
inlinevirtualinherited

Reimplemented in tree_colon_expression, and tree_statement.

Definition at line 45 of file pt.h.

Referenced by tree_breakpoint::do_decl_command(), tree_try_catch_command::dup(), dup(), tree_binary_expression::dup(), tree_prefix_expression::dup(), tree_unwind_protect_command::dup(), tree_anon_fcn_handle::dup(), tree_if_command::dup(), tree_postfix_expression::dup(), tree_do_until_command::dup(), tree_boolean_expression::dup(), tree_global_command::dup(), tree_simple_for_command::dup(), tree_persistent_command::dup(), tree_switch_command::dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), tree_statement::line(), tree_colon_expression::line(), tree_breakpoint::take_action(), tree_checker::visit_argument_list(), tree_breakpoint::visit_break_command(), tree_checker::visit_complex_for_command(), tree_breakpoint::visit_complex_for_command(), tree_breakpoint::visit_continue_command(), tree_breakpoint::visit_do_until_command(), tree_evaluator::visit_if_command_list(), tree_breakpoint::visit_if_command_list(), tree_breakpoint::visit_no_op_command(), tree_breakpoint::visit_return_command(), tree_checker::visit_simple_assignment(), tree_checker::visit_simple_for_command(), tree_evaluator::visit_simple_for_command(), tree_breakpoint::visit_simple_for_command(), tree_breakpoint::visit_switch_case_list(), tree_evaluator::visit_switch_command(), tree_breakpoint::visit_switch_command(), tree_checker::visit_try_catch_command(), and tree_breakpoint::visit_while_command().

void tree::line ( int  l)
inlineinherited

Definition at line 49 of file pt.h.

tree_while_command& tree_while_command::operator= ( const tree_while_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().

void tree_while_command::stash_info ( jit_info jinfo)
inline

Definition at line 100 of file pt-loop.h.

Referenced by tree_jit::do_execute().

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_while_command::trailing_comment ( void  )
inline

Member Data Documentation

jit_info* tree_while_command::compiled
private

Definition at line 124 of file pt-loop.h.

Referenced by ~tree_while_command().

tree_expression* tree_while_command::expr
protected

Definition at line 109 of file pt-loop.h.

Referenced by dup(), tree_do_until_command::dup(), and ~tree_while_command().

octave_comment_list* tree_while_command::lead_comm
protected

Definition at line 115 of file pt-loop.h.

Referenced by dup(), tree_do_until_command::dup(), and ~tree_while_command().

tree_statement_list* tree_while_command::list
protected

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

Referenced by dup(), tree_do_until_command::dup(), and ~tree_while_command().

octave_comment_list* tree_while_command::trail_comm
protected

Definition at line 118 of file pt-loop.h.

Referenced by dup(), tree_do_until_command::dup(), and ~tree_while_command().


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