GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "pt-array-list.h"
Public Types | |
typedef octave_base_list < tree_argument_list * > ::const_iterator | const_iterator |
typedef std::list < tree_argument_list * > ::const_reverse_iterator | const_reverse_iterator |
typedef octave_base_list < tree_argument_list * > ::iterator | iterator |
typedef std::list < tree_argument_list * > ::reverse_iterator | reverse_iterator |
Protected Attributes | |
int | num_parens |
bool | postfix_indexed |
bool | print_flag |
Private Member Functions | |
tree_array_list (const tree_array_list &) | |
tree_array_list & | operator= (const tree_array_list &) |
Definition at line 33 of file pt-array-list.h.
Definition at line 40 of file pt-array-list.h.
|
inherited |
Definition at line 40 of file base-list.h.
Definition at line 39 of file pt-array-list.h.
|
inherited |
Definition at line 39 of file base-list.h.
|
inline |
Definition at line 42 of file pt-array-list.h.
tree_array_list::~tree_array_list | ( | void | ) |
Definition at line 32 of file pt-array-list.cc.
References octave_base_list< tree_argument_list * >::begin(), octave_base_list< tree_argument_list * >::empty(), and octave_base_list< tree_argument_list * >::erase().
|
private |
|
virtual |
Implements tree.
Reimplemented in tree_matrix, and tree_cell.
Definition at line 104 of file pt-array-list.cc.
References panic_impossible.
Definition at line 43 of file pt-array-list.cc.
References tree_argument_list::all_elements_are_constant(), octave_base_list< tree_argument_list * >::begin(), and octave_base_list< tree_argument_list * >::end().
|
inlineinherited |
Definition at line 105 of file base-list.h.
Referenced by copy_base().
|
inlineinherited |
Definition at line 93 of file base-list.h.
|
inlineinherited |
Definition at line 96 of file base-list.h.
|
inlineinherited |
Definition at line 78 of file base-list.h.
Referenced by all_elements_are_constant(), has_magic_end(), tree_cell::rvalue1(), and ~tree_array_list().
|
inlineinherited |
Definition at line 79 of file base-list.h.
|
inlineinherited |
Definition at line 76 of file base-list.h.
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(), tree_do_until_command::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().
void tree_array_list::copy_base | ( | const tree_array_list & | array_list | ) |
Definition at line 75 of file pt-array-list.cc.
Referenced by copy_base(), tree_cell::dup(), and tree_matrix::dup().
void tree_array_list::copy_base | ( | const tree_array_list & | array_list, |
symbol_table::scope_id | scope, | ||
symbol_table::context_id | context | ||
) |
Definition at line 81 of file pt-array-list.cc.
References octave_base_list< tree_argument_list * >::append(), octave_base_list< elt_type >::begin(), copy_base(), tree_argument_list::dup(), and octave_base_list< elt_type >::end().
|
inlinevirtualinherited |
Definition at line 123 of file pt-exp.h.
References tree_expression::num_parens, tree_expression::postfix_indexed, and tree_expression::print_flag.
Referenced by tree_fcn_handle::dup(), tree_simple_assignment::dup(), tree_constant::dup(), tree_index_expression::dup(), tree_colon_expression::dup(), tree_binary_expression::dup(), tree_prefix_expression::dup(), tree_identifier::dup(), tree_anon_fcn_handle::dup(), tree_multi_assignment::dup(), tree_postfix_expression::dup(), and tree_boolean_expression::dup().
Reimplemented in tree_statement.
Definition at line 61 of file pt.h.
Referenced by tree_statement::delete_breakpoint(), and tree_breakpoint::take_action().
|
virtual |
Implements tree_expression.
Reimplemented in tree_matrix, and tree_cell.
Definition at line 96 of file pt-array-list.cc.
References panic_impossible.
|
inlineinherited |
Definition at line 42 of file base-list.h.
Referenced by ~tree_array_list().
|
inlineinherited |
Definition at line 81 of file base-list.h.
Referenced by all_elements_are_constant(), has_magic_end(), and tree_cell::rvalue1().
|
inlineinherited |
Definition at line 82 of file base-list.h.
|
inlineinherited |
Definition at line 47 of file base-list.h.
Referenced by ~tree_array_list().
|
inlineinherited |
Definition at line 92 of file base-list.h.
|
inlineinherited |
Definition at line 95 of file base-list.h.
Implements tree_expression.
Definition at line 59 of file pt-array-list.cc.
References octave_base_list< tree_argument_list * >::begin(), octave_base_list< tree_argument_list * >::end(), and tree_argument_list::has_magic_end().
Reimplemented in tree_multi_assignment, and tree_simple_assignment.
Definition at line 63 of file pt-exp.h.
Referenced by tree_evaluator::visit_statement(), and jit_convert::visit_statement().
Reimplemented in tree_binary_expression.
Reimplemented in tree_boolean_expression.
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().
Reimplemented in tree_constant.
Definition at line 53 of file pt-exp.h.
Referenced by tree_argument_list::all_elements_are_constant(), and octave_fcn_binder::maybe_binder().
Reimplemented in tree_identifier.
Definition at line 59 of file pt-exp.h.
Referenced by tree_argument_list::append(), tree_argument_list::is_valid_lvalue_list(), octave_fcn_binder::maybe_binder(), tree_index_expression::rvalue(), tree_argument_list::variable_names(), tree_evaluator::visit_statement(), and jit_convert::visit_statement().
Reimplemented in tree_index_expression.
Definition at line 61 of file pt-exp.h.
Referenced by tree_argument_list::is_valid_lvalue_list(), octave_fcn_binder::maybe_binder(), and tree_argument_list::variable_names().
Definition at line 39 of file pt-exp.cc.
References error(), error_state, octave_value::is_defined(), octave_value::is_true(), and tree_expression::rvalue1().
Referenced by tree_evaluator::visit_do_until_command(), tree_evaluator::visit_if_command_list(), and tree_evaluator::visit_while_command().
Reimplemented in tree_matrix.
Definition at line 90 of file pt-exp.h.
Referenced by tree_identifier::rvalue().
Reimplemented in tree_unary_expression.
Definition at line 67 of file pt-exp.h.
Referenced by strip_not(), and strip_trans_herm().
|
inlineinherited |
Definition at line 45 of file base-list.h.
Referenced by tree_cell::rvalue1().
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(), tree_do_until_command::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().
|
virtualinherited |
Reimplemented in tree_black_hole, tree_identifier, and tree_index_expression.
Definition at line 78 of file pt-exp.cc.
References error().
Referenced by tree_index_expression::lvalue(), tree_argument_list::lvalue_list(), tree_simple_assignment::rvalue1(), tree_prefix_expression::rvalue1(), tree_postfix_expression::rvalue1(), tree_evaluator::visit_complex_for_command(), and tree_evaluator::visit_simple_for_command().
Reimplemented in tree_identifier, and tree_index_expression.
Definition at line 75 of file pt-exp.h.
Referenced by tree_checker::visit_argument_list(), tree_checker::visit_simple_assignment(), and tree_checker::visit_simple_for_command().
|
inlinevirtualinherited |
Reimplemented in tree_binary_expression.
|
inlineinherited |
|
inlineinherited |
|
inlinevirtualinherited |
Reimplemented in tree_black_hole, tree_index_expression, tree_fcn_handle, and tree_identifier.
Definition at line 99 of file pt-exp.h.
Referenced by jit_convert::do_assign(), tree_index_expression::name(), tree_multi_assignment::rvalue(), tree_simple_assignment::rvalue1(), and jit_convert::visit_statement().
|
inlinevirtualinherited |
Reimplemented in tree_boolean_expression, tree_multi_assignment, tree_binary_expression, tree_simple_assignment, and tree_unary_expression.
|
private |
|
virtualinherited |
Reimplemented in tree_constant.
Definition at line 88 of file pt-exp.h.
Referenced by tree_print_code::print_parens(), and tree_print_code::visit_index_expression().
|
inlineinherited |
Definition at line 102 of file base-list.h.
|
inlineinherited |
Definition at line 101 of file base-list.h.
Definition at line 95 of file pt-exp.h.
Referenced by jit_convert::do_assign(), tree_statement::print_result(), tree_identifier::rvalue(), tree_multi_assignment::rvalue(), tree_simple_assignment::rvalue1(), tree_evaluator::visit_statement(), and jit_convert::visit_statement().
|
inlineinherited |
Definition at line 99 of file base-list.h.
|
inlineinherited |
Definition at line 98 of file base-list.h.
|
inlineinherited |
Definition at line 84 of file base-list.h.
|
inlineinherited |
Definition at line 85 of file base-list.h.
|
inlineinherited |
Definition at line 50 of file base-list.h.
|
inlineinherited |
Definition at line 88 of file base-list.h.
|
inlineinherited |
Definition at line 89 of file base-list.h.
|
virtualinherited |
Reimplemented in tree_boolean_expression, tree_postfix_expression, tree_multi_assignment, tree_anon_fcn_handle, tree_identifier, tree_prefix_expression, tree_binary_expression, tree_index_expression, tree_colon_expression, tree_constant, tree_fcn_handle, tree_simple_assignment, tree_matrix, and tree_cell.
Definition at line 65 of file pt-exp.cc.
References error().
Referenced by octave_user_function::do_multi_index_op(), tree_expression::rvalue(), and tree_multi_assignment::rvalue().
|
virtualinherited |
Reimplemented in tree_identifier, and tree_index_expression.
Definition at line 72 of file pt-exp.cc.
References tree_expression::rvalue().
|
virtualinherited |
Reimplemented in tree_boolean_expression, tree_postfix_expression, tree_multi_assignment, tree_anon_fcn_handle, tree_identifier, tree_prefix_expression, tree_binary_expression, tree_index_expression, tree_colon_expression, tree_constant, tree_fcn_handle, tree_simple_assignment, tree_matrix, and tree_cell.
Definition at line 58 of file pt-exp.cc.
References error(), and octave_value().
Referenced by tree_argument_list::convert_to_const_vector(), do_global_init(), do_static_init(), tree_decl_elt::eval(), tree_index_expression::get_struct_index(), tm_row_const::tm_row_const_rep::init(), tree_expression::is_logically_true(), tree_switch_case::label_matches(), octave_fcn_binder::maybe_binder(), tree_index_expression::rvalue(), tree_simple_assignment::rvalue1(), tree_colon_expression::rvalue1(), tree_binary_expression::rvalue1(), tree_prefix_expression::rvalue1(), tree_postfix_expression::rvalue1(), tree_boolean_expression::rvalue1(), tree_evaluator::visit_complex_for_command(), tree_evaluator::visit_simple_for_command(), and tree_evaluator::visit_statement().
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().
|
inlineinherited |
Definition at line 117 of file pt-exp.h.
Referenced by tree_statement::set_print_flag().
|
inlineinherited |
Definition at line 44 of file base-list.h.
|
inherited |
Definition at line 39 of file pt.cc.
References tree::accept().
Referenced by jit_info::compile(), and tree_argument_list::get_arg_names().
|
protectedinherited |
Definition at line 138 of file pt-exp.h.
Referenced by tree_expression::copy_base().
|
protectedinherited |
Definition at line 142 of file pt-exp.h.
Referenced by tree_expression::copy_base().
|
protectedinherited |
Definition at line 145 of file pt-exp.h.
Referenced by tree_expression::copy_base().