Public Types | Public Member Functions | Protected Attributes | Private Member Functions

tree_matrix Class Reference

#include "pt-mat.h"

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

List of all members.

Public Types

typedef std::list
< tree_argument_list * >
::const_iterator 
const_iterator
typedef std::list
< tree_argument_list * >
::iterator 
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)
virtual void accept (tree_walker &tw)=0
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
const_iterator begin (void) const
iterator begin (void)
void clear (void)
void column (int c)
virtual int column (void) const
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
virtual tree_expressiondup (symbol_table::scope_id, symbol_table::context_id context) const =0
bool empty (void) const
const_iterator end (void) const
iterator end (void)
iterator erase (iterator pos)
const tree_argument_list *& front (void) const
tree_argument_list *& front (void)
virtual bool has_magic_end (void) const =0
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 (void) const
virtual bool is_constant (void) const
virtual bool is_identifier (void) const
virtual bool is_index_expression (void) const
virtual bool is_logically_true (const char *)
virtual bool is_matrix_constant (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
virtual void mark_braindead_shortcircuit (const std::string &)
tree_expressionmark_in_parens (void)
tree_expressionmark_postfix_indexed (void)
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)
bool print_result (void) const
void push_back (const tree_argument_list *&s)
void push_front (const tree_argument_list *&s)
void remove_if (P pred)
virtual octave_value_list rvalue (int nargout)
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)
virtual octave_value rvalue1 (int nargout=1)
virtual bool rvalue_ok (void) const
bool rvalue_ok (void) const
virtual void set_breakpoint (void)
tree_expressionset_print_flag (bool print)
size_t size (void) const
std::string str_print_code (void)

Protected Attributes

int num_parens
bool postfix_indexed
bool print_flag

Private Member Functions

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

Detailed Description

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


Member Typedef Documentation

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

typedef std::list<tree_argument_list * >::iterator octave_base_list< tree_argument_list * >::iterator [inherited]

Definition at line 34 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 47 of file pt-mat.h.

Referenced by dup().

tree_matrix::~tree_matrix ( void   ) 
tree_matrix::tree_matrix ( const tree_matrix  )  [private]

Member Function Documentation

void tree_matrix::accept ( tree_walker tw  ) 

Reimplemented in tree_cell.

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

References tree_walker::visit_matrix().

virtual void tree::accept ( tree_walker tw  )  [pure virtual, inherited]

Implemented in tree_simple_assignment, tree_multi_assignment, tree_binary_expression, tree_no_op_command, tree_function_def, tree_colon_expression, tree_constant, tree_global_command, tree_static_command, tree_try_catch_command, tree_unwind_protect_command, tree_fcn_handle, tree_anon_fcn_handle, tree_identifier, tree_index_expression, tree_break_command, tree_continue_command, tree_return_command, tree_while_command, tree_do_until_command, tree_simple_for_command, tree_complex_for_command, tree_if_clause, tree_if_command, tree_switch_case, tree_switch_command, tree_prefix_expression, and tree_postfix_expression.

Referenced by tree_print_code::print_fcn_handle_body(), tree::str_print_code(), tree_print_code::visit_argument_list(), tree_print_code::visit_binary_expression(), tree_checker::visit_binary_expression(), tree_print_code::visit_colon_expression(), tree_checker::visit_colon_expression(), tree_print_code::visit_complex_for_command(), tree_checker::visit_complex_for_command(), tree_print_code::visit_decl_elt(), tree_checker::visit_decl_elt(), tree_print_code::visit_do_until_command(), tree_checker::visit_do_until_command(), tree_print_code::visit_if_clause(), tree_checker::visit_if_clause(), tree_print_code::visit_index_expression(), tree_checker::visit_index_expression(), tree_print_code::visit_multi_assignment(), tree_checker::visit_multi_assignment(), tree_print_code::visit_postfix_expression(), tree_checker::visit_postfix_expression(), tree_print_code::visit_prefix_expression(), tree_checker::visit_prefix_expression(), tree_print_code::visit_simple_assignment(), tree_checker::visit_simple_assignment(), tree_print_code::visit_simple_for_command(), tree_checker::visit_simple_for_command(), tree_print_code::visit_statement(), tree_evaluator::visit_statement(), tree_checker::visit_statement(), tree_breakpoint::visit_statement(), tree_print_code::visit_switch_case(), tree_checker::visit_switch_case(), tree_print_code::visit_switch_command(), tree_checker::visit_switch_command(), tree_print_code::visit_while_command(), and tree_checker::visit_while_command().

bool tree_matrix::all_elements_are_constant ( void   )  const
void octave_base_list< tree_argument_list * >::append ( const tree_argument_list * &  s  )  [inline, inherited]

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

tree_argument_list * & octave_base_list< tree_argument_list * >::back ( void   )  [inline, inherited]

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

const tree_argument_list * & octave_base_list< tree_argument_list * >::back ( void   )  const [inline, inherited]

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

iterator octave_base_list< tree_argument_list * >::begin ( void   )  [inline, inherited]
const_iterator octave_base_list< tree_argument_list * >::begin ( void   )  const [inline, inherited]

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

void octave_base_list< tree_argument_list * >::clear ( void   )  [inline, inherited]

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

virtual int tree::column ( void   )  const [inline, virtual, inherited]
void tree::column ( int  c  )  [inline, inherited]

Definition at line 51 of file pt.h.

virtual void tree_expression::copy_base ( const tree_expression e  )  [inline, virtual, inherited]
virtual void tree::delete_breakpoint ( void   )  [inline, virtual, inherited]

Definition at line 55 of file pt.h.

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

virtual tree_expression* tree_expression::dup ( symbol_table::scope_id  ,
symbol_table::context_id  context 
) const [pure virtual, inherited]
tree_expression * tree_matrix::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const
bool octave_base_list< tree_argument_list * >::empty ( void   )  const [inline, inherited]

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

Referenced by ~tree_matrix().

iterator octave_base_list< tree_argument_list * >::end ( void   )  [inline, inherited]
const_iterator octave_base_list< tree_argument_list * >::end ( void   )  const [inline, inherited]

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

iterator octave_base_list< tree_argument_list * >::erase ( iterator  pos  )  [inline, inherited]

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

Referenced by ~tree_matrix().

tree_argument_list * & octave_base_list< tree_argument_list * >::front ( void   )  [inline, inherited]

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

const tree_argument_list * & octave_base_list< tree_argument_list * >::front ( void   )  const [inline, inherited]

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

virtual bool tree_expression::has_magic_end ( void   )  const [pure virtual, inherited]
bool tree_matrix::has_magic_end ( void   )  const
virtual bool tree_expression::is_assignment_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_simple_assignment, and tree_multi_assignment.

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

Referenced by tree_evaluator::visit_statement().

virtual bool tree_expression::is_binary_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_binary_expression.

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

virtual bool tree_expression::is_boolean_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_boolean_expression.

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

bool tree::is_breakpoint ( void   )  const [inline, inherited]
virtual bool tree_expression::is_constant ( void   )  const [inline, virtual, inherited]

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().

virtual bool tree_expression::is_identifier ( void   )  const [inline, virtual, inherited]
virtual bool tree_expression::is_index_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_index_expression.

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

Referenced by octave_fcn_binder::maybe_binder().

bool tree_expression::is_logically_true ( const char warn_for  )  [virtual, inherited]
virtual bool tree_expression::is_matrix_constant ( void   )  const [inline, virtual, inherited]

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

bool tree_expression::is_postfix_indexed ( void   )  const [inline, inherited]

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

Referenced by tree_identifier::rvalue().

virtual bool tree_expression::is_prefix_expression ( void   )  const [inline, virtual, inherited]

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

virtual bool tree_expression::is_unary_expression ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_unary_expression.

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

Referenced by strip_not(), and strip_trans_herm().

size_t octave_base_list< tree_argument_list * >::length ( void   )  const [inline, inherited]

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

Referenced by tree_cell::rvalue1().

virtual int tree::line ( void   )  const [inline, virtual, inherited]

Reimplemented in tree_colon_expression.

Definition at line 45 of file pt.h.

Referenced by tree_breakpoint::do_decl_command(), tree_postfix_expression::dup(), tree_prefix_expression::dup(), tree_switch_command::dup(), tree_if_command::dup(), dup(), tree_complex_for_command::dup(), tree_simple_for_command::dup(), tree_do_until_command::dup(), tree_while_command::dup(), tree_return_command::dup(), tree_continue_command::dup(), tree_break_command::dup(), tree_index_expression::dup(), tree_identifier::dup(), tree_anon_fcn_handle::dup(), tree_fcn_handle::dup(), tree_unwind_protect_command::dup(), tree_try_catch_command::dup(), tree_static_command::dup(), tree_global_command::dup(), tree_constant::dup(), tree_function_def::dup(), tree_no_op_command::dup(), tree_cell::dup(), tree_boolean_expression::dup(), tree_binary_expression::dup(), tree_identifier::eval_undefined_error(), tree_statement::line(), tree_colon_expression::line(), tree_anon_fcn_handle::rvalue1(), 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_breakpoint::visit_if_command(), tree_breakpoint::visit_if_command_list(), tree_breakpoint::visit_no_op_command(), tree_breakpoint::visit_return_command(), tree_checker::visit_simple_assignment(), tree_evaluator::visit_simple_for_command(), tree_checker::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(), and tree_breakpoint::visit_while_command().

void tree::line ( int  l  )  [inline, inherited]

Definition at line 49 of file pt.h.

octave_lvalue tree_expression::lvalue ( void   )  [virtual, inherited]
virtual bool tree_expression::lvalue_ok ( void   )  const [inline, virtual, inherited]
virtual void tree_expression::mark_braindead_shortcircuit ( const std::string &   )  [inline, virtual, inherited]

Reimplemented in tree_binary_expression.

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

tree_expression* tree_expression::mark_in_parens ( void   )  [inline, inherited]

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

tree_expression* tree_expression::mark_postfix_indexed ( void   )  [inline, inherited]

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

virtual std::string tree_expression::name ( void   )  const [inline, virtual, inherited]
virtual std::string tree_expression::oper ( void   )  const [inline, virtual, inherited]
tree_matrix& tree_matrix::operator= ( const tree_matrix  )  [private]
std::string tree_expression::original_text ( void   )  const [virtual, inherited]

Reimplemented in tree_constant.

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

int tree_expression::paren_count ( void   )  const [inline, inherited]
void octave_base_list< tree_argument_list * >::pop_back ( void   )  [inline, inherited]

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

void octave_base_list< tree_argument_list * >::pop_front ( void   )  [inline, inherited]

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

bool tree_expression::print_result ( void   )  const [inline, inherited]
void octave_base_list< tree_argument_list * >::push_back ( const tree_argument_list * &  s  )  [inline, inherited]

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

void octave_base_list< tree_argument_list * >::push_front ( const tree_argument_list * &  s  )  [inline, inherited]

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

void octave_base_list< tree_argument_list * >::remove_if ( pred  )  [inline, inherited]

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

octave_value_list tree_matrix::rvalue ( int  nargout  ) 

Reimplemented in tree_cell.

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

References error(), and rvalue1().

octave_value_list tree_expression::rvalue ( int  nargout  )  [virtual, inherited]
octave_value_list tree_expression::rvalue ( int  nargout,
const std::list< octave_lvalue > *  lvalue_list 
) [virtual, inherited]

Reimplemented in tree_index_expression.

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

References tree_expression::rvalue().

octave_value tree_expression::rvalue1 ( int  nargout = 1  )  [virtual, inherited]
octave_value tree_matrix::rvalue1 ( int  nargout = 1  ) 
virtual bool tree_expression::rvalue_ok ( void   )  const [inline, virtual, inherited]
bool tree_matrix::rvalue_ok ( void   )  const [inline]

Reimplemented in tree_cell.

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

virtual void tree::set_breakpoint ( void   )  [inline, virtual, inherited]

Definition at line 53 of file pt.h.

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

tree_expression* tree_expression::set_print_flag ( bool  print  )  [inline, inherited]

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

Referenced by tree_statement::set_print_flag(), and tree_evaluator::visit_statement().

size_t octave_base_list< tree_argument_list * >::size ( void   )  const [inline, inherited]

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

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

Definition at line 39 of file pt.cc.

References tree::accept().

Referenced by tree_argument_list::get_arg_names().


Member Data Documentation

int tree_expression::num_parens [protected, inherited]

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

Referenced by tree_expression::copy_base().

bool tree_expression::postfix_indexed [protected, inherited]

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

Referenced by tree_expression::copy_base().

bool tree_expression::print_flag [protected, inherited]

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

Referenced by tree_expression::copy_base().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines