GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::tree_simple_for_command Class Reference

#include "pt-loop.h"

Inheritance diagram for octave::tree_simple_for_command:
Collaboration diagram for octave::tree_simple_for_command:

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, comment_list *lc=nullptr, comment_list *tc=nullptr, int l=-1, int c=-1)
 
 tree_simple_for_command (const tree_simple_for_command &)=delete
 
 ~tree_simple_for_command (void)
 
void accept (tree_walker &tw)
 
tree_statement_listbody (void)
 
const std::string bp_cond (void) const
 
virtual int column (void) const
 
void column (int c)
 
tree_expressioncontrol_expr (void)
 
virtual void delete_breakpoint (void)
 
jit_infoget_info (void) const
 
bool in_parallel (void)
 
bool is_breakpoint (bool check_active=false) const
 
comment_listleading_comment (void)
 
tree_expressionleft_hand_side (void)
 
virtual int line (void) const
 
void line (int l)
 
tree_expressionmaxproc_expr (void)
 
bool meets_bp_condition (void) const
 
tree_simple_for_commandoperator= (const tree_simple_for_command &)=delete
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
void stash_info (jit_info *jinfo)
 
std::string str_print_code (void)
 
comment_listtrailing_comment (void)
 

Private Attributes

jit_infom_compiled
 
tree_expressionm_expr
 
comment_listm_lead_comm
 
tree_expressionm_lhs
 
tree_statement_listm_list
 
tree_expressionm_maxproc
 
bool m_parallel
 
comment_listm_trail_comm
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_simple_for_command() [1/3]

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

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

◆ tree_simple_for_command() [2/3]

octave::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,
comment_list lc = nullptr,
comment_list tc = nullptr,
int  l = -1,
int  c = -1 
)
inline

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

◆ tree_simple_for_command() [3/3]

octave::tree_simple_for_command::tree_simple_for_command ( const tree_simple_for_command )
delete

◆ ~tree_simple_for_command()

octave::tree_simple_for_command::~tree_simple_for_command ( void  )

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

References m_compiled, m_expr, m_lead_comm, m_lhs, m_list, m_maxproc, and m_trail_comm.

Member Function Documentation

◆ accept()

void octave::tree_simple_for_command::accept ( tree_walker tw)
inlinevirtual

Implements octave::tree.

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

References octave::tree_walker::visit_simple_for_command().

◆ body()

◆ bp_cond()

const std::string octave::tree::bp_cond ( void  ) const
inlineinherited

◆ column() [1/2]

◆ column() [2/2]

void octave::tree::column ( int  c)
inlineinherited

Definition at line 62 of file pt.h.

References c, and octave::tree::m_column_num.

◆ control_expr()

◆ delete_breakpoint()

virtual void octave::tree::delete_breakpoint ( void  )
inlinevirtualinherited

◆ get_info()

jit_info* octave::tree_simple_for_command::get_info ( void  ) const
inline

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

References m_compiled.

Referenced by octave::tree_jit::do_execute().

◆ in_parallel()

bool octave::tree_simple_for_command::in_parallel ( void  )
inline

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

References m_parallel.

Referenced by octave::tree_print_code::visit_simple_for_command().

◆ is_breakpoint()

◆ leading_comment()

comment_list* octave::tree_simple_for_command::leading_comment ( void  )
inline

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

References m_lead_comm.

Referenced by octave::tree_print_code::visit_simple_for_command().

◆ left_hand_side()

◆ line() [1/2]

virtual int octave::tree::line ( void  ) const
inlinevirtualinherited

Reimplemented in octave::tree_statement.

Definition at line 56 of file pt.h.

References octave::tree::m_line_num.

Referenced by octave::tree_colon_expression::dup(), octave::tree_binary_expression::dup(), octave::tree_prefix_expression::dup(), octave::tree_anon_fcn_handle::dup(), octave::tree_postfix_expression::dup(), octave::tree_boolean_expression::dup(), octave::tree_identifier::eval_undefined_error(), octave::tree_statement::line(), octave::tree_breakpoint::take_action(), octave::tree_checker::visit_argument_list(), octave::tree_breakpoint::visit_break_command(), octave::tree_evaluator::visit_break_command(), octave::tree_checker::visit_complex_for_command(), octave::tree_breakpoint::visit_complex_for_command(), octave::tree_evaluator::visit_complex_for_command(), octave::tree_breakpoint::visit_continue_command(), octave::tree_evaluator::visit_continue_command(), octave::tree_breakpoint::visit_decl_command(), octave::tree_evaluator::visit_decl_command(), octave::tree_breakpoint::visit_do_until_command(), octave::tree_evaluator::visit_do_until_command(), octave::tree_evaluator::visit_if_command(), octave::tree_breakpoint::visit_no_op_command(), octave::tree_evaluator::visit_no_op_command(), octave::tree_breakpoint::visit_return_command(), octave::tree_evaluator::visit_return_command(), octave::tree_checker::visit_simple_assignment(), octave::tree_checker::visit_simple_for_command(), octave::tree_breakpoint::visit_simple_for_command(), octave::tree_evaluator::visit_simple_for_command(), octave::tree_breakpoint::visit_switch_command(), octave::tree_evaluator::visit_switch_command(), octave::tree_checker::visit_try_catch_command(), octave::tree_evaluator::visit_try_catch_command(), octave::tree_evaluator::visit_unwind_protect_command(), octave::tree_breakpoint::visit_while_command(), and octave::tree_evaluator::visit_while_command().

◆ line() [2/2]

void octave::tree::line ( int  l)
inlineinherited

Definition at line 60 of file pt.h.

References octave::tree::m_line_num.

◆ maxproc_expr()

tree_expression* octave::tree_simple_for_command::maxproc_expr ( void  )
inline

◆ meets_bp_condition()

◆ operator=()

tree_simple_for_command& octave::tree_simple_for_command::operator= ( const tree_simple_for_command )
delete

◆ set_breakpoint()

virtual void octave::tree::set_breakpoint ( const std::string condition)
inlinevirtualinherited

Reimplemented in octave::tree_statement.

Definition at line 70 of file pt.h.

References octave::tree::m_bp_cond, and string.

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

◆ set_location()

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

Definition at line 64 of file pt.h.

References c, octave::tree::m_column_num, and octave::tree::m_line_num.

Referenced by octave::tree_statement::set_location().

◆ stash_info()

void octave::tree_simple_for_command::stash_info ( jit_info jinfo)
inline

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

References m_compiled.

Referenced by octave::tree_jit::do_execute().

◆ str_print_code()

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

Definition at line 42 of file pt.cc.

References octave::tree::accept(), retval, and string.

Referenced by octave::jit_info::compile().

◆ trailing_comment()

comment_list* octave::tree_simple_for_command::trailing_comment ( void  )
inline

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

References m_trail_comm.

Referenced by octave::tree_print_code::visit_simple_for_command().

Member Data Documentation

◆ m_compiled

jit_info* octave::tree_simple_for_command::m_compiled
private

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

Referenced by get_info(), stash_info(), and ~tree_simple_for_command().

◆ m_expr

tree_expression* octave::tree_simple_for_command::m_expr
private

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

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

◆ m_lead_comm

comment_list* octave::tree_simple_for_command::m_lead_comm
private

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

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

◆ m_lhs

tree_expression* octave::tree_simple_for_command::m_lhs
private

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

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

◆ m_list

tree_statement_list* octave::tree_simple_for_command::m_list
private

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

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

◆ m_maxproc

tree_expression* octave::tree_simple_for_command::m_maxproc
private

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

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

◆ m_parallel

bool octave::tree_simple_for_command::m_parallel
private

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

Referenced by in_parallel().

◆ m_trail_comm

comment_list* octave::tree_simple_for_command::m_trail_comm
private

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

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


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