26 #if defined (HAVE_CONFIG_H)
364 catch_code->
accept (*
this);
417 int lineno = stmt.
line ();
void visit_identifier(tree_identifier &)
void visit_octave_user_function_trailer(octave_user_function &)
void visit_prefix_expression(tree_prefix_expression &)
void visit_continue_command(tree_continue_command &)
void visit_if_clause(tree_if_clause &)
octave_value_list m_bp_list
void visit_while_command(tree_while_command &)
void visit_simple_assignment(tree_simple_assignment &)
void visit_no_op_command(tree_no_op_command &)
void visit_try_catch_command(tree_try_catch_command &)
void visit_parameter_list(tree_parameter_list &)
void visit_anon_fcn_handle(tree_anon_fcn_handle &)
void visit_constant(tree_constant &)
void visit_fcn_handle(tree_fcn_handle &)
void take_action(tree &tr)
void visit_break_command(tree_break_command &)
void visit_complex_for_command(tree_complex_for_command &)
void visit_argument_list(tree_argument_list &)
octave_value_list m_bp_cond_list
void visit_colon_expression(tree_colon_expression &)
void visit_decl_command(tree_decl_command &)
void visit_simple_for_command(tree_simple_for_command &)
void visit_binary_expression(tree_binary_expression &)
void visit_statement_list(tree_statement_list &)
void visit_octave_user_function_header(octave_user_function &)
void visit_switch_case_list(tree_switch_case_list &)
void visit_matrix(tree_matrix &)
void visit_switch_case(tree_switch_case &)
void visit_if_command_list(tree_if_command_list &)
void visit_decl_init_list(tree_decl_init_list &)
void visit_cell(tree_cell &)
void visit_switch_command(tree_switch_command &)
void visit_return_command(tree_return_command &)
void visit_multi_assignment(tree_multi_assignment &)
void visit_unwind_protect_command(tree_unwind_protect_command &)
void visit_decl_elt(tree_decl_elt &)
void visit_do_until_command(tree_do_until_command &)
void visit_statement(tree_statement &)
void visit_postfix_expression(tree_postfix_expression &)
void visit_index_expression(tree_index_expression &)
tree_statement_list * body(void)
bool is_end_of_fcn_or_script(void) const
tree_statement_list * body(void)
void accept(tree_walker &tw)
bool is_command(void) const
void delete_breakpoint(void)
bool is_breakpoint(void) const
void set_breakpoint(const std::string &condition)
std::string bp_cond() const
tree_command * command(void)
void accept(tree_walker &tw)
tree_switch_case_list * case_list(void)
tree_statement_list * cleanup(void)
tree_statement_list * body(void)
tree_statement_list * cleanup(void)
tree_statement_list * body(void)
tree_statement_list * body(void)
virtual void delete_breakpoint(void)
const std::string bp_cond(void) const
virtual void accept(tree_walker &tw)=0
virtual int line(void) const
virtual void set_breakpoint(const std::string &condition)
bool is_breakpoint(void) const
octave_value_list & append(const octave_value &val)
#define panic_impossible()