#include <pt-mat.h>
Inherits tree_expression, and octave_base_list< tree_argument_list * >.
Inherited by tree_cell.
Public Member Functions | |
tree_matrix (tree_argument_list *row=0, int l=-1, int c=-1) | |
~tree_matrix (void) | |
bool | has_magic_end (void) const |
bool | all_elements_are_constant (void) const |
bool | rvalue_ok (void) const |
octave_value | rvalue1 (int nargout=1) |
octave_value_list | rvalue (int nargout) |
tree_expression * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
void | accept (tree_walker &tw) |
tree_matrix::tree_matrix | ( | tree_argument_list * | row = 0 , |
|
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_matrix::~tree_matrix | ( | void | ) |
void tree_matrix::accept | ( | tree_walker & | tw | ) | [virtual] |
bool tree_matrix::all_elements_are_constant | ( | void | ) | const |
tree_expression * tree_matrix::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
bool tree_matrix::has_magic_end | ( | void | ) | const [virtual] |
Implements tree_expression.
octave_value_list tree_matrix::rvalue | ( | int | nargout | ) | [virtual] |
octave_value tree_matrix::rvalue1 | ( | int | nargout = 1 |
) | [virtual] |
bool tree_matrix::rvalue_ok | ( | void | ) | const [inline, virtual] |