GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Types | Public Member Functions | Protected Attributes | Private Member Functions | List of all members
tree_matrix Class Reference

#include "pt-mat.h"

Inheritance diagram for tree_matrix:
Inheritance graph
[legend]
Collaboration diagram for tree_matrix:
Collaboration graph
[legend]

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
 

Public Member Functions

 tree_matrix (tree_argument_list *row=0, int l=-1, int c=-1)
 
 ~tree_matrix (void)
 
void accept (tree_walker &tw)
 
bool all_elements_are_constant (void) const
 
void append (const tree_argument_list *&s)
 
tree_argument_list *& back (void)
 
const tree_argument_list *& back (void) const
 
iterator begin (void)
 
const_iterator begin (void) const
 
const std::string bp_cond (void) const
 
void clear (void)
 
virtual int column (void) const
 
void column (int c)
 
void copy_base (const tree_array_list &array_list)
 
void copy_base (const tree_array_list &array_list, symbol_table::scope_id scope, symbol_table::context_id context)
 
virtual void copy_base (const tree_expression &e)
 
virtual void delete_breakpoint (void)
 
tree_expressiondup (symbol_table::scope_id scope, symbol_table::context_id context) const
 
bool empty (void) const
 
iterator end (void)
 
const_iterator end (void) const
 
iterator erase (iterator pos)
 
tree_argument_list *& front (void)
 
const tree_argument_list *& front (void) const
 
bool has_magic_end (void) const
 
virtual bool is_assignment_expression (void) const
 
virtual bool is_binary_expression (void) const
 
virtual bool is_boolean_expression (void) const
 
bool is_breakpoint (bool check_active=false) const
 
virtual bool is_cell (void) const
 
virtual bool is_constant (void) const
 
bool is_for_cmd_expr (void) const
 
virtual bool is_identifier (void) const
 
virtual bool is_index_expression (void) const
 
virtual bool is_logically_true (const char *)
 
bool is_matrix (void) const
 
bool is_postfix_indexed (void) const
 
virtual bool is_prefix_expression (void) const
 
virtual bool is_unary_expression (void) const
 
size_t length (void) const
 
virtual int line (void) const
 
void line (int l)
 
virtual octave_lvalue lvalue (void)
 
virtual bool lvalue_ok (void) const
 
void mark_as_for_cmd_expr (void)
 
virtual void mark_braindead_shortcircuit (void)
 
tree_expressionmark_in_parens (void)
 
bool meets_bp_condition (void) const
 
virtual std::string name (void) const
 
virtual std::string oper (void) const
 
virtual std::string original_text (void) const
 
int paren_count (void) const
 
void pop_back (void)
 
void pop_front (void)
 
char postfix_index (void) const
 
bool print_result (void) const
 
void push_back (const tree_argument_list *&s)
 
void push_front (const tree_argument_list *&s)
 
reverse_iterator rbegin (void)
 
const_reverse_iterator rbegin (void) const
 
void remove_if (P pred)
 
reverse_iterator rend (void)
 
const_reverse_iterator rend (void) const
 
octave_value_list rvalue (int nargout)
 
virtual octave_value_list rvalue (int nargout, const std::list< octave_lvalue > *lvalue_list)
 
octave_value rvalue1 (int nargout=1)
 
bool rvalue_ok (void) const
 
virtual void set_breakpoint (const std::string &condition)
 
void set_location (int l, int c)
 
tree_expressionset_postfix_index (char type)
 
tree_expressionset_print_flag (bool print)
 
size_t size (void) const
 
std::string str_print_code (void)
 

Protected Attributes

bool for_cmd_expr
 
int num_parens
 
char postfix_index_type
 
bool print_flag
 

Private Member Functions

 tree_matrix (const tree_matrix &)
 
tree_matrixoperator= (const tree_matrix &)
 

Detailed Description

Definition at line 44 of file pt-mat.h.

Member Typedef Documentation

Definition at line 42 of file pt-array-list.h.

Definition at line 45 of file base-list.h.

Definition at line 41 of file pt-array-list.h.

Definition at line 43 of file base-list.h.

Constructor & Destructor Documentation

tree_matrix::tree_matrix ( tree_argument_list row = 0,
int  l = -1,
int  c = -1 
)
inline

Definition at line 49 of file pt-mat.h.

tree_matrix::~tree_matrix ( void  )
inline

Definition at line 53 of file pt-mat.h.

tree_matrix::tree_matrix ( const tree_matrix )
private

Member Function Documentation

void tree_matrix::accept ( tree_walker tw)
virtual

Reimplemented from tree_array_list.

Definition at line 1120 of file pt-mat.cc.

References tree_walker::visit_matrix().

bool tree_array_list::all_elements_are_constant ( void  ) const
inherited
void octave::base_list< tree_argument_list * >::append ( const tree_argument_list * &  s)
inlineinherited

Definition at line 110 of file base-list.h.

Referenced by tree_array_list::copy_base().

tree_argument_list * & octave::base_list< tree_argument_list * >::back ( void  )
inlineinherited

Definition at line 98 of file base-list.h.

const tree_argument_list * & octave::base_list< tree_argument_list * >::back ( void  ) const
inlineinherited

Definition at line 101 of file base-list.h.

iterator octave::base_list< tree_argument_list * >::begin ( void  )
inlineinherited
const_iterator octave::base_list< tree_argument_list * >::begin ( void  ) const
inlineinherited

Definition at line 84 of file base-list.h.

const std::string tree::bp_cond ( void  ) const
inlineinherited

Definition at line 80 of file pt.h.

References string.

Referenced by tree_statement::bp_cond(), and tree_breakpoint::take_action().

void octave::base_list< tree_argument_list * >::clear ( void  )
inlineinherited

Definition at line 81 of file base-list.h.

virtual int tree::column ( void  ) const
inlinevirtualinherited

Reimplemented in tree_colon_expression, and tree_statement.

Definition at line 51 of file pt.h.

Referenced by tree_statement::column(), tree_colon_expression::column(), tree_break_command::dup(), tree_cell::dup(), tree_funcall::dup(), tree_try_catch_command::dup(), tree_continue_command::dup(), tree_fcn_handle::dup(), tree_no_op_command::dup(), tree_constant::dup(), tree_while_command::dup(), tree_index_expression::dup(), tree_binary_expression::dup(), tree_return_command::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(), octave::base_parser::finish_array_list(), octave::base_parser::finish_colon_expression(), octave::base_parser::finish_if_command(), octave::base_parser::finish_switch_command(), octave::base_parser::make_index_expression(), octave::base_parser::make_indirect_ref(), octave::base_parser::maybe_warn_assign_as_truth_value(), octave::base_parser::maybe_warn_variable_switch_label(), tree_anon_fcn_handle::rvalue1(), octave::tree_evaluator::visit_do_until_command(), octave::tree_evaluator::visit_if_command_list(), octave::tree_evaluator::visit_simple_for_command(), and octave::tree_evaluator::visit_switch_command().

void tree::column ( int  c)
inlineinherited

Definition at line 55 of file pt.h.

References c.

void tree_array_list::copy_base ( const tree_array_list array_list)
inherited

Definition at line 75 of file pt-array-list.cc.

References tree_expression::copy_base().

Referenced by tree_array_list::copy_base(), tree_cell::dup(), and dup().

void tree_array_list::copy_base ( const tree_array_list array_list,
symbol_table::scope_id  scope,
symbol_table::context_id  context 
)
inherited
virtual void tree_expression::copy_base ( const tree_expression e)
inlinevirtualinherited
virtual void tree::delete_breakpoint ( void  )
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 71 of file pt.h.

Referenced by tree_statement::delete_breakpoint(), and tree_breakpoint::take_action().

tree_expression * tree_matrix::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const
virtual

Reimplemented from tree_array_list.

Definition at line 1109 of file pt-mat.cc.

References column, and tree_array_list::copy_base().

bool octave::base_list< tree_argument_list * >::empty ( void  ) const
inlineinherited

Definition at line 47 of file base-list.h.

Referenced by tree_array_list::~tree_array_list().

iterator octave::base_list< tree_argument_list * >::end ( void  )
inlineinherited
const_iterator octave::base_list< tree_argument_list * >::end ( void  ) const
inlineinherited

Definition at line 87 of file base-list.h.

iterator octave::base_list< tree_argument_list * >::erase ( iterator  pos)
inlineinherited

Definition at line 52 of file base-list.h.

Referenced by tree_array_list::~tree_array_list().

tree_argument_list * & octave::base_list< tree_argument_list * >::front ( void  )
inlineinherited

Definition at line 97 of file base-list.h.

const tree_argument_list * & octave::base_list< tree_argument_list * >::front ( void  ) const
inlineinherited

Definition at line 100 of file base-list.h.

bool tree_array_list::has_magic_end ( void  ) const
virtualinherited
virtual bool tree_expression::is_assignment_expression ( void  ) const
inlinevirtualinherited
virtual bool tree_expression::is_binary_expression ( void  ) const
inlinevirtualinherited

Reimplemented in tree_binary_expression.

Definition at line 71 of file pt-exp.h.

virtual bool tree_expression::is_boolean_expression ( void  ) const
inlinevirtualinherited

Reimplemented in tree_boolean_expression.

Definition at line 73 of file pt-exp.h.

bool tree::is_breakpoint ( bool  check_active = false) const
inlineinherited
virtual bool tree_expression::is_cell ( void  ) const
inlinevirtualinherited

Reimplemented in tree_cell.

Definition at line 59 of file pt-exp.h.

virtual bool tree_expression::is_constant ( void  ) const
inlinevirtualinherited
bool tree_expression::is_for_cmd_expr ( void  ) const
inlineinherited

Definition at line 111 of file pt-exp.h.

Referenced by tree_colon_expression::rvalue1().

virtual bool tree_expression::is_identifier ( void  ) const
inlinevirtualinherited
virtual bool tree_expression::is_index_expression ( void  ) const
inlinevirtualinherited
bool tree_expression::is_logically_true ( const char *  warn_for)
virtualinherited
bool tree_matrix::is_matrix ( void  ) const
inlinevirtual

Reimplemented from tree_expression.

Definition at line 55 of file pt-mat.h.

bool tree_expression::is_postfix_indexed ( void  ) const
inlineinherited
virtual bool tree_expression::is_prefix_expression ( void  ) const
inlinevirtualinherited

Definition at line 67 of file pt-exp.h.

virtual bool tree_expression::is_unary_expression ( void  ) const
inlinevirtualinherited

Reimplemented in tree_unary_expression.

Definition at line 69 of file pt-exp.h.

Referenced by strip_not(), and strip_trans_herm().

size_t octave::base_list< tree_argument_list * >::length ( void  ) const
inlineinherited

Definition at line 50 of file base-list.h.

Referenced by tree_cell::rvalue1().

virtual int tree::line ( void  ) const
inlinevirtualinherited

Reimplemented in tree_colon_expression, and tree_statement.

Definition at line 49 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(), octave::base_parser::finish_array_list(), octave::base_parser::finish_colon_expression(), octave::base_parser::finish_if_command(), octave::base_parser::finish_switch_command(), tree_statement::line(), tree_colon_expression::line(), octave::base_parser::make_index_expression(), octave::base_parser::make_indirect_ref(), octave::base_parser::maybe_warn_assign_as_truth_value(), octave::base_parser::maybe_warn_variable_switch_label(), 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(), octave::tree_evaluator::visit_do_until_command(), tree_breakpoint::visit_if_command_list(), octave::tree_evaluator::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_breakpoint::visit_simple_for_command(), octave::tree_evaluator::visit_simple_for_command(), tree_breakpoint::visit_switch_case_list(), tree_breakpoint::visit_switch_command(), octave::tree_evaluator::visit_switch_command(), tree_checker::visit_try_catch_command(), and tree_breakpoint::visit_while_command().

void tree::line ( int  l)
inlineinherited

Definition at line 53 of file pt.h.

octave_lvalue tree_expression::lvalue ( void  )
virtualinherited
virtual bool tree_expression::lvalue_ok ( void  ) const
inlinevirtualinherited
void tree_expression::mark_as_for_cmd_expr ( void  )
inlineinherited

Definition at line 109 of file pt-exp.h.

Referenced by octave::base_parser::make_for_command().

virtual void tree_expression::mark_braindead_shortcircuit ( void  )
inlinevirtualinherited

Reimplemented in tree_binary_expression.

Definition at line 107 of file pt-exp.h.

tree_expression* tree_expression::mark_in_parens ( void  )
inlineinherited

Definition at line 113 of file pt-exp.h.

bool tree::meets_bp_condition ( void  ) const
inherited
virtual std::string tree_expression::name ( void  ) const
inlinevirtualinherited
virtual std::string tree_expression::oper ( void  ) const
inlinevirtualinherited
tree_matrix& tree_matrix::operator= ( const tree_matrix )
private
std::string tree_expression::original_text ( void  ) const
virtualinherited

Reimplemented in tree_constant.

Definition at line 78 of file pt-exp.cc.

Referenced by tree_funcall::print_raw().

int tree_expression::paren_count ( void  ) const
inlineinherited
void octave::base_list< tree_argument_list * >::pop_back ( void  )
inlineinherited

Definition at line 107 of file base-list.h.

void octave::base_list< tree_argument_list * >::pop_front ( void  )
inlineinherited

Definition at line 106 of file base-list.h.

char tree_expression::postfix_index ( void  ) const
inlineinherited

Definition at line 94 of file pt-exp.h.

Referenced by tree_funcall::rvalue(), and tree_identifier::rvalue().

bool tree_expression::print_result ( void  ) const
inlineinherited
void octave::base_list< tree_argument_list * >::push_back ( const tree_argument_list * &  s)
inlineinherited

Definition at line 104 of file base-list.h.

void octave::base_list< tree_argument_list * >::push_front ( const tree_argument_list * &  s)
inlineinherited

Definition at line 103 of file base-list.h.

reverse_iterator octave::base_list< tree_argument_list * >::rbegin ( void  )
inlineinherited

Definition at line 89 of file base-list.h.

const_reverse_iterator octave::base_list< tree_argument_list * >::rbegin ( void  ) const
inlineinherited

Definition at line 90 of file base-list.h.

void octave::base_list< tree_argument_list * >::remove_if ( P  pred)
inlineinherited

Definition at line 55 of file base-list.h.

reverse_iterator octave::base_list< tree_argument_list * >::rend ( void  )
inlineinherited

Definition at line 93 of file base-list.h.

const_reverse_iterator octave::base_list< tree_argument_list * >::rend ( void  ) const
inlineinherited

Definition at line 94 of file base-list.h.

octave_value_list tree_matrix::rvalue ( int  nargout)
virtual

Reimplemented from tree_expression.

Definition at line 655 of file pt-mat.cc.

References error().

octave_value_list tree_expression::rvalue ( int  nargout,
const std::list< octave_lvalue > *  lvalue_list 
)
virtualinherited

Reimplemented in tree_identifier, and tree_index_expression.

Definition at line 66 of file pt-exp.cc.

References tree_expression::rvalue().

octave_value tree_matrix::rvalue1 ( int  nargout = 1)
virtual
bool tree_matrix::rvalue_ok ( void  ) const
inlinevirtual

Reimplemented from tree_expression.

Definition at line 57 of file pt-mat.h.

virtual void tree::set_breakpoint ( const std::string condition)
inlinevirtualinherited

Reimplemented in tree_statement.

Definition at line 63 of file pt.h.

References string.

Referenced by tree_statement::set_breakpoint(), and tree_breakpoint::take_action().

void tree::set_location ( int  l,
int  c 
)
inlineinherited

Definition at line 57 of file pt.h.

References c.

Referenced by tree_statement::set_location().

tree_expression* tree_expression::set_postfix_index ( char  type)
inlineinherited

Definition at line 119 of file pt-exp.h.

References type.

Referenced by octave::base_parser::make_index_expression(), and octave::base_parser::make_indirect_ref().

tree_expression* tree_expression::set_print_flag ( bool  print)
inlineinherited

Definition at line 125 of file pt-exp.h.

Referenced by tree_statement::set_print_flag().

size_t octave::base_list< tree_argument_list * >::size ( void  ) const
inlineinherited

Definition at line 49 of file base-list.h.

std::string tree::str_print_code ( void  )
inherited

Definition at line 40 of file pt.cc.

References tree::accept(), retval, and string.

Referenced by jit_info::compile().

Member Data Documentation

bool tree_expression::for_cmd_expr
protectedinherited

Definition at line 155 of file pt-exp.h.

int tree_expression::num_parens
protectedinherited

Definition at line 146 of file pt-exp.h.

Referenced by tree_expression::copy_base().

char tree_expression::postfix_index_type
protectedinherited

Definition at line 151 of file pt-exp.h.

Referenced by tree_expression::copy_base().

bool tree_expression::print_flag
protectedinherited

Definition at line 158 of file pt-exp.h.

Referenced by tree_expression::copy_base().


The documentation for this class was generated from the following files: