#include <pt-cmd.h>
Inherits tree_command.
Public Member Functions | |
tree_function_def (octave_function *f, int l=-1, int c=-1) | |
~tree_function_def (void) | |
tree_command * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
void | accept (tree_walker &tw) |
octave_value | function (void) |
tree_function_def::tree_function_def | ( | octave_function * | f, | |
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_function_def::~tree_function_def | ( | void | ) | [inline] |
void tree_function_def::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
tree_command * tree_function_def::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Implements tree_command.
octave_value tree_function_def::function | ( | void | ) | [inline] |