GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
tree_if_clause Class Reference

#include "pt-select.h"

Inheritance diagram for tree_if_clause:
Collaboration diagram for tree_if_clause:

Public Member Functions

 tree_if_clause (const tree_if_clause &)=delete
 
 tree_if_clause (int l=-1, int c=-1)
 
 tree_if_clause (tree_expression *e, tree_statement_list *sl, comment_list *lc=nullptr, int l=-1, int c=-1)
 
 tree_if_clause (tree_statement_list *sl, comment_list *lc=nullptr, int l=-1, int c=-1)
 
 ~tree_if_clause (void)
 
void accept (tree_walker &tw)
 
const std::string bp_cond (void) const
 
void column (int c)
 
virtual int column (void) const
 
tree_statement_listcommands (void)
 
tree_expressioncondition (void)
 
virtual void delete_breakpoint (void)
 
bool is_active_breakpoint (tree_evaluator &tw) const
 
bool is_breakpoint (void) const
 
bool is_else_clause (void)
 
comment_listleading_comment (void)
 
void line (int l)
 
virtual int line (void) const
 
bool meets_bp_condition (tree_evaluator &tw) const
 
tree_if_clauseoperator= (const tree_if_clause &)=delete
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
std::string str_print_code (void)
 

Private Attributes

std::string * m_bp_cond
 
int m_column_num
 
tree_expressionm_expr
 
comment_listm_lead_comm
 
int m_line_num
 
tree_statement_listm_list
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_if_clause() [1/4]

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

Definition at line 47 of file pt-select.h.

◆ tree_if_clause() [2/4]

tree_if_clause::tree_if_clause ( tree_statement_list sl,
comment_list lc = nullptr,
int  l = -1,
int  c = -1 
)
inline

Definition at line 51 of file pt-select.h.

◆ tree_if_clause() [3/4]

tree_if_clause::tree_if_clause ( tree_expression e,
tree_statement_list sl,
comment_list lc = nullptr,
int  l = -1,
int  c = -1 
)
inline

Definition at line 55 of file pt-select.h.

◆ tree_if_clause() [4/4]

tree_if_clause::tree_if_clause ( const tree_if_clause )
delete

◆ ~tree_if_clause()

tree_if_clause::~tree_if_clause ( void  )

Definition at line 38 of file pt-select.cc.

Member Function Documentation

◆ accept()

void tree_if_clause::accept ( tree_walker tw)
inlinevirtual

◆ bp_cond()

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

Definition at line 106 of file pt.h.

References tree::m_bp_cond.

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

◆ column() [1/2]

void tree::column ( int  c)
inlineinherited

Definition at line 66 of file pt.h.

References tree::m_column_num.

◆ column() [2/2]

◆ commands()

tree_statement_list* tree_if_clause::commands ( void  )
inline

Definition at line 72 of file pt-select.h.

References m_list.

Referenced by tree_print_code::visit_if_clause(), and tree_walker::visit_if_clause().

◆ condition()

tree_expression* tree_if_clause::condition ( void  )
inline

Definition at line 70 of file pt-select.h.

References m_expr.

Referenced by tree_print_code::visit_if_clause(), and tree_walker::visit_if_clause().

◆ delete_breakpoint()

virtual void tree::delete_breakpoint ( void  )
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 82 of file pt.h.

References tree::m_bp_cond.

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

◆ is_active_breakpoint()

◆ is_breakpoint()

bool tree::is_breakpoint ( void  ) const
inlineinherited

Definition at line 94 of file pt.h.

References tree::m_bp_cond.

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

◆ is_else_clause()

bool tree_if_clause::is_else_clause ( void  )
inline

Definition at line 68 of file pt-select.h.

References m_expr.

Referenced by tree_print_code::visit_if_command_list().

◆ leading_comment()

comment_list* tree_if_clause::leading_comment ( void  )
inline

Definition at line 74 of file pt-select.h.

References m_lead_comm.

Referenced by tree_print_code::visit_if_command_list().

◆ line() [1/2]

void tree::line ( int  l)
inlineinherited

Definition at line 64 of file pt.h.

References tree::m_line_num.

◆ line() [2/2]

virtual int tree::line ( void  ) const
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 60 of file pt.h.

References tree::m_line_num.

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

◆ meets_bp_condition()

bool tree::meets_bp_condition ( tree_evaluator tw) const
inherited

◆ operator=()

tree_if_clause& tree_if_clause::operator= ( const tree_if_clause )
delete

◆ set_breakpoint()

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

Reimplemented in tree_statement.

Definition at line 74 of file pt.h.

References tree::m_bp_cond.

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

◆ set_location()

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

Definition at line 68 of file pt.h.

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

Referenced by base_parser::finish_array_list(), and tree_statement::set_location().

◆ str_print_code()

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

Definition at line 46 of file pt.cc.

References tree::accept().

Referenced by tree_argument_list::get_arg_names().

Member Data Documentation

◆ m_bp_cond

std::string* tree::m_bp_cond
privateinherited

◆ m_column_num

int tree::m_column_num
privateinherited

Definition at line 120 of file pt.h.

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

◆ m_expr

tree_expression* tree_if_clause::m_expr
private

Definition at line 84 of file pt-select.h.

Referenced by condition(), and is_else_clause().

◆ m_lead_comm

comment_list* tree_if_clause::m_lead_comm
private

Definition at line 90 of file pt-select.h.

Referenced by leading_comment().

◆ m_line_num

int tree::m_line_num
privateinherited

Definition at line 119 of file pt.h.

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

◆ m_list

tree_statement_list* tree_if_clause::m_list
private

Definition at line 87 of file pt-select.h.

Referenced by commands().


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