Public Member Functions | Private Member Functions | Private Attributes

tree_simple_for_command Class Reference

#include "pt-loop.h"

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

List of all members.

Public Member Functions

 tree_simple_for_command (int l=-1, int c=-1)
 tree_simple_for_command (bool parallel_arg, tree_expression *le, tree_expression *re, tree_expression *maxproc_arg, tree_statement_list *lst, octave_comment_list *lc=0, octave_comment_list *tc=0, int l=-1, int c=-1)
 ~tree_simple_for_command (void)
void accept (tree_walker &tw)
tree_statement_listbody (void)
void column (int c)
virtual int column (void) const
tree_expressioncontrol_expr (void)
virtual void delete_breakpoint (void)
tree_commanddup (symbol_table::scope_id scope, symbol_table::context_id context) const
bool in_parallel (void)
bool is_breakpoint (void) const
octave_comment_listleading_comment (void)
tree_expressionleft_hand_side (void)
virtual int line (void) const
void line (int l)
tree_expressionmaxproc_expr (void)
virtual void set_breakpoint (void)
std::string str_print_code (void)
octave_comment_listtrailing_comment (void)

Private Member Functions

 tree_simple_for_command (const tree_simple_for_command &)
tree_simple_for_commandoperator= (const tree_simple_for_command &)

Private Attributes

tree_expressionexpr
octave_comment_listlead_comm
tree_expressionlhs
tree_statement_listlist
tree_expressionmaxproc
bool parallel
octave_comment_listtrail_comm

Detailed Description

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


Constructor & Destructor Documentation

tree_simple_for_command::tree_simple_for_command ( int  l = -1,
int  c = -1 
) [inline]

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

Referenced by dup().

tree_simple_for_command::tree_simple_for_command ( bool  parallel_arg,
tree_expression le,
tree_expression re,
tree_expression maxproc_arg,
tree_statement_list lst,
octave_comment_list lc = 0,
octave_comment_list tc = 0,
int  l = -1,
int  c = -1 
) [inline]

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

tree_simple_for_command::~tree_simple_for_command ( void   ) 

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

References expr, lead_comm, lhs, list, maxproc, and trail_comm.

tree_simple_for_command::tree_simple_for_command ( const tree_simple_for_command  )  [private]

Member Function Documentation

void tree_simple_for_command::accept ( tree_walker tw  )  [virtual]

Implements tree.

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

References tree_walker::visit_simple_for_command().

tree_statement_list* tree_simple_for_command::body ( void   )  [inline]
virtual int tree::column ( void   )  const [inline, virtual, inherited]
void tree::column ( int  c  )  [inline, inherited]

Definition at line 51 of file pt.h.

tree_expression* tree_simple_for_command::control_expr ( void   )  [inline]
virtual void tree::delete_breakpoint ( void   )  [inline, virtual, inherited]

Definition at line 55 of file pt.h.

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

tree_command * tree_simple_for_command::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const [virtual]
bool tree_simple_for_command::in_parallel ( void   )  [inline]

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

Referenced by tree_print_code::visit_simple_for_command().

bool tree::is_breakpoint ( void   )  const [inline, inherited]
octave_comment_list* tree_simple_for_command::leading_comment ( void   )  [inline]

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

Referenced by tree_print_code::visit_simple_for_command().

tree_expression* tree_simple_for_command::left_hand_side ( void   )  [inline]
virtual int tree::line ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_colon_expression.

Definition at line 45 of file pt.h.

Referenced by tree_breakpoint::do_decl_command(), tree_postfix_expression::dup(), tree_prefix_expression::dup(), tree_switch_command::dup(), tree_if_command::dup(), tree_matrix::dup(), tree_complex_for_command::dup(), dup(), tree_do_until_command::dup(), tree_while_command::dup(), tree_return_command::dup(), tree_continue_command::dup(), tree_break_command::dup(), tree_index_expression::dup(), tree_identifier::dup(), tree_anon_fcn_handle::dup(), tree_fcn_handle::dup(), tree_unwind_protect_command::dup(), tree_try_catch_command::dup(), tree_static_command::dup(), tree_global_command::dup(), tree_constant::dup(), tree_function_def::dup(), tree_no_op_command::dup(), tree_cell::dup(), tree_boolean_expression::dup(), tree_binary_expression::dup(), tree_identifier::eval_undefined_error(), tree_statement::line(), tree_colon_expression::line(), tree_anon_fcn_handle::rvalue1(), 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_breakpoint::visit_if_command(), tree_breakpoint::visit_if_command_list(), tree_breakpoint::visit_no_op_command(), tree_breakpoint::visit_return_command(), tree_checker::visit_simple_assignment(), tree_evaluator::visit_simple_for_command(), tree_checker::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(), and tree_breakpoint::visit_while_command().

void tree::line ( int  l  )  [inline, inherited]

Definition at line 49 of file pt.h.

tree_expression* tree_simple_for_command::maxproc_expr ( void   )  [inline]
tree_simple_for_command& tree_simple_for_command::operator= ( const tree_simple_for_command  )  [private]
virtual void tree::set_breakpoint ( void   )  [inline, virtual, inherited]

Definition at line 53 of file pt.h.

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

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

Definition at line 39 of file pt.cc.

References tree::accept().

Referenced by tree_argument_list::get_arg_names().

octave_comment_list* tree_simple_for_command::trailing_comment ( void   )  [inline]

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

Referenced by tree_print_code::visit_simple_for_command().


Member Data Documentation

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

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

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

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

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

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

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

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

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

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

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

Referenced by dup().

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

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


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines