#include <pt-fcn-handle.h>
Inherits tree_expression.
Public Member Functions | |
tree_fcn_handle (int l=-1, int c=-1) | |
tree_fcn_handle (const std::string &n, int l=-1, int c=-1) | |
~tree_fcn_handle (void) | |
bool | has_magic_end (void) const |
void | print (std::ostream &os, bool pr_as_read_syntax=false, bool pr_orig_txt=true) |
void | print_raw (std::ostream &os, bool pr_as_read_syntax=false, bool pr_orig_txt=true) |
std::string | name (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_fcn_handle::tree_fcn_handle | ( | const std::string & | n, | |
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_fcn_handle::~tree_fcn_handle | ( | void | ) | [inline] |
void tree_fcn_handle::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
tree_expression * tree_fcn_handle::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Implements tree_expression.
bool tree_fcn_handle::has_magic_end | ( | void | ) | const [inline, virtual] |
Implements tree_expression.
std::string tree_fcn_handle::name | ( | void | ) | const [inline, virtual] |
Reimplemented from tree_expression.
void tree_fcn_handle::print | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false , |
|||
bool | pr_orig_txt = true | |||
) |
void tree_fcn_handle::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false , |
|||
bool | pr_orig_txt = true | |||
) |
octave_value_list tree_fcn_handle::rvalue | ( | int | nargout | ) | [virtual] |
Reimplemented from tree_expression.
octave_value tree_fcn_handle::rvalue1 | ( | int | nargout = 1 |
) | [virtual] |
Reimplemented from tree_expression.
bool tree_fcn_handle::rvalue_ok | ( | void | ) | const [inline, virtual] |
Reimplemented from tree_expression.