Navigation

Operators and Keywords

Function List:

C++ API

tree_cell Class Reference

#include <pt-cell.h>

Inherits tree_matrix.

Collaboration diagram for tree_cell:

List of all members.


Public Member Functions

 tree_cell (tree_argument_list *row=0, int l=-1, int c=-1)
 ~tree_cell (void)
bool rvalue_ok (void) const
octave_value rvalue1 (int nargout=1)
octave_value_list rvalue (int)
tree_expressiondup (symbol_table::scope_id scope, symbol_table::context_id context) const
void accept (tree_walker &tw)

Constructor & Destructor Documentation

tree_cell::tree_cell ( tree_argument_list row = 0,
int  l = -1,
int  c = -1 
) [inline]

tree_cell::~tree_cell ( void   )  [inline]


Member Function Documentation

void tree_cell::accept ( tree_walker tw  )  [virtual]

Reimplemented from tree_matrix.

tree_expression * tree_cell::dup ( symbol_table::scope_id  scope,
symbol_table::context_id  context 
) const [virtual]

Reimplemented from tree_matrix.

octave_value_list tree_cell::rvalue ( int  nargout  )  [virtual]

Reimplemented from tree_matrix.

octave_value tree_cell::rvalue1 ( int  nargout = 1  )  [virtual]

Reimplemented from tree_matrix.

bool tree_cell::rvalue_ok ( void   )  const [inline, virtual]

Reimplemented from tree_matrix.


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