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

#include "pt-spmd.h"

Inheritance diagram for octave::tree_spmd_command:
Collaboration diagram for octave::tree_spmd_command:

Public Member Functions

 tree_spmd_command (const tree_spmd_command &)=delete
 
 tree_spmd_command (tree_statement_list *body, comment_list *lc, comment_list *tc, int l=-1, int c=-1)
 
 ~tree_spmd_command (void)
 
void accept (tree_walker &tw)
 
tree_statement_listbody (void)
 
const std::string bp_cond (void) const
 
void column (int c)
 
virtual int column (void) const
 
virtual void delete_breakpoint (void)
 
bool is_active_breakpoint (tree_evaluator &tw) const
 
bool is_breakpoint (void) const
 
comment_listleading_comment (void)
 
void line (int l)
 
virtual int line (void) const
 
bool meets_bp_condition (tree_evaluator &tw) const
 
tree_spmd_commandoperator= (const tree_spmd_command &)=delete
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
std::string str_print_code (void)
 
comment_listtrailing_comment (void)
 

Private Attributes

tree_statement_listm_body
 
std::string * m_bp_cond
 
int m_column_num
 
comment_listm_lead_comm
 
int m_line_num
 
comment_listm_trail_comm
 

Detailed Description

Definition at line 42 of file pt-spmd.h.

Constructor & Destructor Documentation

◆ tree_spmd_command() [1/2]

octave::tree_spmd_command::tree_spmd_command ( tree_statement_list body,
comment_list lc,
comment_list tc,
int  l = -1,
int  c = -1 
)
inline

Definition at line 46 of file pt-spmd.h.

◆ tree_spmd_command() [2/2]

octave::tree_spmd_command::tree_spmd_command ( const tree_spmd_command )
delete

◆ ~tree_spmd_command()

octave::tree_spmd_command::~tree_spmd_command ( void  )

Definition at line 36 of file pt-spmd.cc.

References m_body, m_lead_comm, and m_trail_comm.

Member Function Documentation

◆ accept()

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

Implements octave::tree.

Definition at line 65 of file pt-spmd.h.

References octave::tree_walker::visit_spmd_command().

◆ body()

tree_statement_list * octave::tree_spmd_command::body ( void  )
inline

◆ bp_cond()

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

◆ column() [1/2]

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

Definition at line 66 of file pt.h.

References octave::tree::m_column_num.

◆ column() [2/2]

◆ delete_breakpoint()

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

◆ is_active_breakpoint()

bool octave::tree::is_active_breakpoint ( tree_evaluator tw) const
inlineinherited

◆ is_breakpoint()

bool octave::tree::is_breakpoint ( void  ) const
inlineinherited

◆ leading_comment()

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

Definition at line 61 of file pt-spmd.h.

References m_lead_comm.

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

◆ line() [1/2]

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

Definition at line 64 of file pt.h.

References octave::tree::m_line_num.

◆ line() [2/2]

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

Reimplemented in octave::tree_statement.

Definition at line 60 of file pt.h.

References octave::tree::m_line_num.

Referenced by octave::tree_binary_expression::dup(), octave::tree_boolean_expression::dup(), octave::tree_cell::dup(), octave::tree_superclass_ref::dup(), octave::tree_metaclass_query::dup(), octave::tree_colon_expression::dup(), octave::tree_constant::dup(), octave::tree_fcn_handle::dup(), octave::tree_anon_fcn_handle::dup(), octave::tree_identifier::dup(), octave::tree_index_expression::dup(), octave::tree_matrix::dup(), octave::tree_prefix_expression::dup(), octave::tree_postfix_expression::dup(), octave::anon_fcn_validator::error(), octave::tree_identifier::eval_undefined_error(), octave::base_parser::finish_if_command(), octave::base_parser::finish_switch_command(), octave::tree_statement::line(), octave::base_parser::make_colon_expression(), octave::base_parser::make_fcn_name(), octave::base_parser::make_index_expression(), octave::base_parser::maybe_warn_assign_as_truth_value(), octave::base_parser::maybe_warn_variable_switch_label(), octave::tree_breakpoint::take_action(), octave::tree_checker::visit_argument_list(), octave::tree_breakpoint::visit_break_command(), octave::tree_breakpoint::visit_complex_for_command(), octave::tree_checker::visit_complex_for_command(), octave::tree_breakpoint::visit_continue_command(), octave::tree_breakpoint::visit_decl_command(), octave::tree_breakpoint::visit_do_until_command(), octave::tree_breakpoint::visit_no_op_command(), octave::tree_breakpoint::visit_return_command(), octave::tree_checker::visit_simple_assignment(), octave::tree_breakpoint::visit_simple_for_command(), octave::tree_checker::visit_simple_for_command(), octave::tree_breakpoint::visit_switch_command(), octave::tree_checker::visit_try_catch_command(), and octave::tree_breakpoint::visit_while_command().

◆ meets_bp_condition()

◆ operator=()

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

◆ set_breakpoint()

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

◆ set_location()

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

◆ str_print_code()

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

Definition at line 46 of file pt.cc.

References octave::tree::accept().

Referenced by octave::tree_argument_list::get_arg_names().

◆ trailing_comment()

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

Definition at line 63 of file pt-spmd.h.

References m_trail_comm.

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

Member Data Documentation

◆ m_body

tree_statement_list* octave::tree_spmd_command::m_body
private

Definition at line 73 of file pt-spmd.h.

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

◆ m_bp_cond

◆ m_column_num

int octave::tree::m_column_num
privateinherited

Definition at line 120 of file pt.h.

Referenced by octave::tree::column(), and octave::tree::set_location().

◆ m_lead_comm

comment_list* octave::tree_spmd_command::m_lead_comm
private

Definition at line 76 of file pt-spmd.h.

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

◆ m_line_num

int octave::tree::m_line_num
privateinherited

Definition at line 119 of file pt.h.

Referenced by octave::tree::line(), and octave::tree::set_location().

◆ m_trail_comm

comment_list* octave::tree_spmd_command::m_trail_comm
private

Definition at line 79 of file pt-spmd.h.

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


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