GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "pt-loop.h"
Public Member Functions | |
tree_do_until_command (int l=-1, int c=-1) | |
tree_do_until_command (tree_expression *e, octave_comment_list *lc=0, octave_comment_list *tc=0, int l=-1, int c=-1) | |
tree_do_until_command (tree_expression *e, tree_statement_list *lst, octave_comment_list *lc=0, octave_comment_list *tc=0, int l=-1, int c=-1) | |
~tree_do_until_command (void) | |
void | accept (tree_walker &tw) |
tree_statement_list * | body (void) |
virtual int | column (void) const |
void | column (int c) |
tree_expression * | condition (void) |
virtual void | delete_breakpoint (void) |
tree_command * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
jit_info * | get_info (void) const |
bool | is_breakpoint (void) const |
octave_comment_list * | leading_comment (void) |
virtual int | line (void) const |
void | line (int l) |
virtual void | set_breakpoint (void) |
void | set_location (int l, int c) |
void | stash_info (jit_info *jinfo) |
std::string | str_print_code (void) |
octave_comment_list * | trailing_comment (void) |
Protected Attributes | |
tree_expression * | expr |
octave_comment_list * | lead_comm |
tree_statement_list * | list |
octave_comment_list * | trail_comm |
Private Member Functions | |
tree_do_until_command (const tree_do_until_command &) | |
tree_do_until_command & | operator= (const tree_do_until_command &) |
|
inline |
|
inline |
|
inline |
|
private |
|
virtual |
Reimplemented from tree_while_command.
Definition at line 89 of file pt-loop.cc.
References tree_walker::visit_do_until_command().
|
inlineinherited |
Definition at line 82 of file pt-loop.h.
Referenced by tree_breakpoint::visit_do_until_command(), tree_checker::visit_do_until_command(), tree_evaluator::visit_do_until_command(), tree_print_code::visit_do_until_command(), tree_breakpoint::visit_while_command(), tree_checker::visit_while_command(), tree_evaluator::visit_while_command(), tree_print_code::visit_while_command(), and jit_convert::visit_while_command().
Reimplemented in tree_colon_expression, and tree_statement.
Definition at line 47 of file pt.h.
Referenced by tree_statement::column(), tree_colon_expression::column(), tree_break_command::dup(), tree_cell::dup(), tree_try_catch_command::dup(), tree_continue_command::dup(), tree_no_op_command::dup(), tree_fcn_handle::dup(), tree_constant::dup(), tree_while_command::dup(), tree_index_expression::dup(), tree_return_command::dup(), tree_binary_expression::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(), dup(), tree_boolean_expression::dup(), tree_global_command::dup(), tree_simple_for_command::dup(), tree_persistent_command::dup(), tree_switch_command::dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), tree_anon_fcn_handle::rvalue1(), tree_evaluator::visit_if_command_list(), tree_evaluator::visit_simple_for_command(), and tree_evaluator::visit_switch_command().
|
inlineinherited |
Definition at line 80 of file pt-loop.h.
Referenced by tree_checker::visit_do_until_command(), tree_evaluator::visit_do_until_command(), tree_print_code::visit_do_until_command(), tree_checker::visit_while_command(), tree_evaluator::visit_while_command(), tree_print_code::visit_while_command(), and jit_convert::visit_while_command().
Reimplemented in tree_statement.
Definition at line 61 of file pt.h.
Referenced by tree_statement::delete_breakpoint(), and tree_breakpoint::take_action().
|
virtual |
Reimplemented from tree_while_command.
Definition at line 78 of file pt-loop.cc.
References tree::column(), tree_expression::dup(), octave_comment_list::dup(), tree_statement_list::dup(), tree_while_command::expr, tree_while_command::lead_comm, tree::line(), tree_while_command::list, tree_while_command::trail_comm, and tree_do_until_command().
Definition at line 95 of file pt-loop.h.
Referenced by tree_jit::do_execute().
Reimplemented in tree_statement.
Definition at line 63 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_list(), tree_evaluator::visit_no_op_command(), tree_evaluator::visit_persistent_command(), tree_evaluator::visit_return_command(), tree_evaluator::visit_simple_for_command(), tree_evaluator::visit_statement(), tree_evaluator::visit_switch_command(), and tree_evaluator::visit_while_command().
|
inlineinherited |
Definition at line 84 of file pt-loop.h.
Referenced by tree_print_code::visit_do_until_command(), and tree_print_code::visit_while_command().
Reimplemented in tree_colon_expression, and tree_statement.
Definition at line 45 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(), dup(), tree_boolean_expression::dup(), tree_global_command::dup(), tree_simple_for_command::dup(), tree_persistent_command::dup(), tree_switch_command::dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), tree_statement::line(), tree_colon_expression::line(), 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_evaluator::visit_if_command_list(), tree_breakpoint::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_evaluator::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(), tree_checker::visit_try_catch_command(), and tree_breakpoint::visit_while_command().
|
private |
Reimplemented in tree_statement.
Definition at line 59 of file pt.h.
Referenced by tree_statement::set_breakpoint(), and tree_breakpoint::take_action().
Reimplemented in tree_statement.
Definition at line 53 of file pt.h.
Referenced by tree_statement::set_location().
Definition at line 100 of file pt-loop.h.
Referenced by tree_jit::do_execute().
|
inherited |
Definition at line 39 of file pt.cc.
References tree::accept().
Referenced by jit_info::compile(), and tree_argument_list::get_arg_names().
|
inlineinherited |
Definition at line 86 of file pt-loop.h.
Referenced by tree_print_code::visit_do_until_command(), and tree_print_code::visit_while_command().
|
protectedinherited |
Definition at line 109 of file pt-loop.h.
Referenced by tree_while_command::dup(), dup(), and tree_while_command::~tree_while_command().
|
protectedinherited |
Definition at line 115 of file pt-loop.h.
Referenced by tree_while_command::dup(), dup(), and tree_while_command::~tree_while_command().
|
protectedinherited |
Definition at line 112 of file pt-loop.h.
Referenced by tree_while_command::dup(), dup(), and tree_while_command::~tree_while_command().
|
protectedinherited |
Definition at line 118 of file pt-loop.h.
Referenced by tree_while_command::dup(), dup(), and tree_while_command::~tree_while_command().