#include "pt-select.h"
Definition at line 38 of file pt-select.h.
Definition at line 43 of file pt-select.h.
Referenced by dup().
tree_if_clause::tree_if_clause | ( | tree_statement_list * | sl, | |
octave_comment_list * | lc = 0 , |
|||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
Definition at line 46 of file pt-select.h.
tree_if_clause::tree_if_clause | ( | tree_expression * | e, | |
tree_statement_list * | sl, | |||
octave_comment_list * | lc = 0 , |
|||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
Definition at line 50 of file pt-select.h.
tree_if_clause::~tree_if_clause | ( | void | ) |
Definition at line 40 of file pt-select.cc.
tree_if_clause::tree_if_clause | ( | const tree_if_clause & | ) | [private] |
void tree_if_clause::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
Definition at line 57 of file pt-select.cc.
References tree_walker::visit_if_clause().
Referenced by tree_print_code::visit_if_command_list(), and tree_checker::visit_if_command_list().
virtual int tree::column | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in tree_colon_expression.
Definition at line 47 of file pt.h.
Referenced by tree_statement::column(), tree_colon_expression::column(), tree_postfix_expression::dup(), tree_prefix_expression::dup(), tree_switch_command::dup(), tree_if_command::dup(), tree_matrix::dup(), tree_complex_for_command::dup(), tree_simple_for_command::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_anon_fcn_handle::rvalue1(), tree_evaluator::visit_simple_for_command(), and tree_evaluator::visit_switch_command().
tree_statement_list* tree_if_clause::commands | ( | void | ) | [inline] |
Definition at line 61 of file pt-select.h.
Referenced by tree_print_code::visit_if_clause(), tree_checker::visit_if_clause(), tree_evaluator::visit_if_command_list(), and tree_breakpoint::visit_if_command_list().
tree_expression* tree_if_clause::condition | ( | void | ) | [inline] |
Definition at line 59 of file pt-select.h.
Referenced by tree_print_code::visit_if_clause(), tree_checker::visit_if_clause(), and tree_evaluator::visit_if_command_list().
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_if_clause * tree_if_clause::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const |
Definition at line 48 of file pt-select.cc.
References octave_comment_list::dup(), tree_statement_list::dup(), tree_expression::dup(), expr, lead_comm, list, and tree_if_clause().
Referenced by tree_if_command_list::dup().
bool tree::is_breakpoint | ( | void | ) | const [inline, inherited] |
Definition at line 57 of file pt.h.
Referenced by tree_statement::is_breakpoint(), tree_breakpoint::take_action(), tree_evaluator::visit_break_command(), tree_evaluator::visit_complex_for_command(), tree_evaluator::visit_continue_command(), tree_evaluator::visit_do_until_command(), tree_evaluator::visit_global_command(), tree_evaluator::visit_if_command(), tree_evaluator::visit_if_command_list(), tree_evaluator::visit_no_op_command(), tree_evaluator::visit_return_command(), tree_evaluator::visit_simple_for_command(), tree_evaluator::visit_statement(), tree_evaluator::visit_static_command(), tree_evaluator::visit_switch_command(), and tree_evaluator::visit_while_command().
bool tree_if_clause::is_else_clause | ( | void | ) | [inline] |
Definition at line 57 of file pt-select.h.
Referenced by tree_print_code::visit_if_command_list(), and tree_evaluator::visit_if_command_list().
octave_comment_list* tree_if_clause::leading_comment | ( | void | ) | [inline] |
Definition at line 63 of file pt-select.h.
Referenced by tree_print_code::visit_if_command_list().
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(), tree_simple_for_command::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().
tree_if_clause& tree_if_clause::operator= | ( | const tree_if_clause & | ) | [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().
tree_expression* tree_if_clause::expr [private] |
Definition at line 73 of file pt-select.h.
Referenced by dup(), and ~tree_if_clause().
octave_comment_list* tree_if_clause::lead_comm [private] |
Definition at line 79 of file pt-select.h.
Referenced by dup(), and ~tree_if_clause().
tree_statement_list* tree_if_clause::list [private] |
Definition at line 76 of file pt-select.h.
Referenced by dup(), and ~tree_if_clause().