GNU Octave  4.2.1
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 | Private Member Functions | Private Attributes | List of all members
tree_switch_command Class Reference

#include "pt-select.h"

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

Public Member Functions

 tree_switch_command (int l=-1, int c=-1)
 
 tree_switch_command (tree_expression *e, tree_switch_case_list *lst, octave_comment_list *lc, octave_comment_list *tc, int l=-1, int c=-1)
 
 ~tree_switch_command (void)
 
void accept (tree_walker &tw)
 
const std::string bp_cond (void) const
 
tree_switch_case_listcase_list (void)
 
virtual int column (void) const
 
void column (int c)
 
virtual void delete_breakpoint (void)
 
tree_commanddup (symbol_table::scope_id scope, symbol_table::context_id context) const
 
bool is_breakpoint (bool check_active=false) const
 
octave_comment_listleading_comment (void)
 
virtual int line (void) const
 
void line (int l)
 
bool meets_bp_condition (void) const
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
std::string str_print_code (void)
 
tree_expressionswitch_value (void)
 
octave_comment_listtrailing_comment (void)
 

Private Member Functions

 tree_switch_command (const tree_switch_command &)
 
tree_switch_commandoperator= (const tree_switch_command &)
 

Private Attributes

tree_expressionexpr
 
octave_comment_listlead_comm
 
tree_switch_case_listlist
 
octave_comment_listtrail_comm
 

Detailed Description

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

Constructor & Destructor Documentation

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

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

Referenced by dup().

tree_switch_command::tree_switch_command ( tree_expression e,
tree_switch_case_list lst,
octave_comment_list lc,
octave_comment_list tc,
int  l = -1,
int  c = -1 
)
inline

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

tree_switch_command::~tree_switch_command ( void  )

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

References expr, lead_comm, list, and trail_comm.

tree_switch_command::tree_switch_command ( const tree_switch_command )
private

Member Function Documentation

void tree_switch_command::accept ( tree_walker tw)
virtual

Implements tree.

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

References tree_walker::visit_switch_command().

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

Definition at line 80 of file pt.h.

References string.

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

tree_switch_case_list* tree_switch_command::case_list ( void  )
inline
virtual int tree::column ( void  ) const
inlinevirtualinherited

Reimplemented in tree_colon_expression, and tree_statement.

Definition at line 51 of file pt.h.

Referenced by tree_statement::column(), tree_colon_expression::column(), tree_break_command::dup(), tree_cell::dup(), tree_funcall::dup(), tree_try_catch_command::dup(), tree_continue_command::dup(), tree_fcn_handle::dup(), tree_no_op_command::dup(), tree_constant::dup(), tree_while_command::dup(), tree_index_expression::dup(), tree_binary_expression::dup(), tree_return_command::dup(), tree_prefix_expression::dup(), tree_function_def::dup(), tree_identifier::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(), dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), octave::base_parser::finish_array_list(), octave::base_parser::finish_colon_expression(), octave::base_parser::finish_if_command(), octave::base_parser::finish_switch_command(), octave::base_parser::make_index_expression(), octave::base_parser::make_indirect_ref(), octave::base_parser::maybe_warn_assign_as_truth_value(), octave::base_parser::maybe_warn_variable_switch_label(), tree_anon_fcn_handle::rvalue1(), octave::tree_evaluator::visit_do_until_command(), octave::tree_evaluator::visit_if_command_list(), octave::tree_evaluator::visit_simple_for_command(), and octave::tree_evaluator::visit_switch_command().

void tree::column ( int  c)
inlineinherited

Definition at line 55 of file pt.h.

References c.

virtual void tree::delete_breakpoint ( void  )
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 71 of file pt.h.

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

tree_command * tree_switch_command::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const
virtual
bool tree::is_breakpoint ( bool  check_active = false) const
inlineinherited
octave_comment_list* tree_switch_command::leading_comment ( void  )
inline

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

Referenced by tree_print_code::visit_switch_command().

virtual int tree::line ( void  ) const
inlinevirtualinherited

Reimplemented in tree_colon_expression, and tree_statement.

Definition at line 49 of file pt.h.

Referenced by tree_breakpoint::do_decl_command(), tree_try_catch_command::dup(), tree_while_command::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(), dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), octave::base_parser::finish_array_list(), octave::base_parser::finish_colon_expression(), octave::base_parser::finish_if_command(), octave::base_parser::finish_switch_command(), tree_statement::line(), tree_colon_expression::line(), octave::base_parser::make_index_expression(), octave::base_parser::make_indirect_ref(), octave::base_parser::maybe_warn_assign_as_truth_value(), octave::base_parser::maybe_warn_variable_switch_label(), 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(), octave::tree_evaluator::visit_do_until_command(), tree_breakpoint::visit_if_command_list(), octave::tree_evaluator::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_breakpoint::visit_simple_for_command(), octave::tree_evaluator::visit_simple_for_command(), tree_breakpoint::visit_switch_case_list(), tree_breakpoint::visit_switch_command(), octave::tree_evaluator::visit_switch_command(), tree_checker::visit_try_catch_command(), and tree_breakpoint::visit_while_command().

void tree::line ( int  l)
inlineinherited

Definition at line 53 of file pt.h.

bool tree::meets_bp_condition ( void  ) const
inherited
tree_switch_command& tree_switch_command::operator= ( const tree_switch_command )
private
virtual void tree::set_breakpoint ( const std::string condition)
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 63 of file pt.h.

References string.

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

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

Definition at line 57 of file pt.h.

References c.

Referenced by tree_statement::set_location().

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

Definition at line 40 of file pt.cc.

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

Referenced by jit_info::compile().

tree_expression* tree_switch_command::switch_value ( void  )
inline
octave_comment_list* tree_switch_command::trailing_comment ( void  )
inline

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

Member Data Documentation

tree_expression* tree_switch_command::expr
private

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

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

octave_comment_list* tree_switch_command::lead_comm
private

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

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

tree_switch_case_list* tree_switch_command::list
private

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

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

octave_comment_list* tree_switch_command::trail_comm
private

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

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


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