GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "pt-colon.h"
Protected Attributes | |
int | num_parens |
bool | postfix_indexed |
bool | print_flag |
Private Member Functions | |
tree_colon_expression (const tree_colon_expression &) | |
octave_value | make_range (const Matrix &m_base, const Matrix &m_limit, const Matrix &m_increment, bool result_is_str, bool dq_str) const |
octave_value | make_range (const octave_value &ov_base, const octave_value &ov_limit, const octave_value &ov_increment) const |
tree_colon_expression & | operator= (const tree_colon_expression &) |
Private Attributes | |
tree_expression * | op_base |
tree_expression * | op_increment |
tree_expression * | op_limit |
bool | save_base |
Definition at line 39 of file pt-colon.h.
Definition at line 44 of file pt-colon.h.
Referenced by dup().
|
inline |
Definition at line 48 of file pt-colon.h.
|
inline |
Definition at line 52 of file pt-colon.h.
|
inline |
Definition at line 57 of file pt-colon.h.
|
private |
|
virtual |
Implements tree.
Definition at line 283 of file pt-colon.cc.
References tree_walker::visit_colon_expression().
tree_colon_expression * tree_colon_expression::append | ( | tree_expression * | t | ) |
Definition at line 38 of file pt-colon.cc.
References error(), op_base, op_increment, and op_limit.
|
inline |
Definition at line 85 of file pt-colon.h.
Referenced by tree_checker::visit_colon_expression(), tree_print_code::visit_colon_expression(), and jit_convert::visit_colon_expression().
Reimplemented from tree.
Definition at line 258 of file pt-colon.cc.
References tree::column(), op_base, op_increment, and op_limit.
Referenced by dup().
|
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(), 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.
Definition at line 267 of file pt-colon.cc.
References column(), tree_expression::copy_base(), tree_expression::dup(), line(), op_base, op_increment, op_limit, and tree_colon_expression().
void tree_colon_expression::eval_error | ( | const std::string & | s | ) | const |
Definition at line 243 of file pt-colon.cc.
References error().
Referenced by make_range(), and rvalue1().
Implements tree_expression.
Definition at line 66 of file pt-colon.h.
|
inline |
Definition at line 89 of file pt-colon.h.
Referenced by tree_checker::visit_colon_expression(), tree_print_code::visit_colon_expression(), and jit_convert::visit_colon_expression().
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().
|
inline |
Definition at line 87 of file pt-colon.h.
Referenced by tree_checker::visit_colon_expression(), tree_print_code::visit_colon_expression(), and jit_convert::visit_colon_expression().
Reimplemented from tree.
Definition at line 249 of file pt-colon.cc.
References tree::line(), op_base, op_increment, and op_limit.
Referenced by dup().
|
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().
|
private |
Definition at line 84 of file pt-colon.cc.
References octave_value::convert_to_str(), and Array< T >::is_empty().
Referenced by make_range(), and rvalue1().
|
private |
Definition at line 109 of file pt-colon.cc.
References octave_value::do_multi_index_op(), error(), error_state, eval_error(), symbol_table::find_function(), octave_value::is_defined(), octave_value::is_dq_string(), octave_value::is_object(), octave_value::is_string(), make_range(), and octave_value::matrix_value().
|
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().
Definition at line 73 of file pt-colon.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().
|
virtual |
Reimplemented from tree_expression.
Definition at line 71 of file pt-colon.cc.
|
virtualinherited |
Reimplemented in tree_identifier, and tree_index_expression.
Definition at line 72 of file pt-exp.cc.
References tree_expression::rvalue().
|
virtual |
Reimplemented from tree_expression.
Definition at line 167 of file pt-colon.cc.
References octave_value::do_multi_index_op(), error(), error_state, eval_error(), symbol_table::find_function(), octave_value::is_defined(), octave_value::is_object(), octave_value::is_undefined(), make_range(), op_base, op_increment, op_limit, and tree_expression::rvalue1().
Referenced by rvalue().
Reimplemented from tree_expression.
Definition at line 77 of file pt-colon.h.
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().
|
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().
|
private |
|
private |
|
private |
|
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().
|
private |
Definition at line 106 of file pt-colon.h.