#include "pt-cmd.h"
Public Member Functions | |
tree_function_def (octave_function *f, int l=-1, int c=-1) | |
~tree_function_def ()=default | |
void | accept (tree_walker &tw) |
octave_value | function () |
Public Member Functions inherited from tree_command | |
tree_command (int l=-1, int c=-1) | |
virtual | ~tree_command ()=default |
Public Member Functions inherited from tree | |
tree (int l=-1, int c=-1) | |
virtual | ~tree ()=default |
const std::string | bp_cond () const |
virtual int | column () const |
void | column (int c) |
virtual void | delete_breakpoint () |
bool | is_active_breakpoint (tree_evaluator &tw) const |
bool | is_breakpoint () const |
virtual int | line () const |
void | line (int l) |
bool | meets_bp_condition (tree_evaluator &tw) const |
virtual void | set_breakpoint (const std::string &condition) |
void | set_location (int l, int c) |
std::string | str_print_code () |
|
inline |
|
default |
|
inlinevirtual |
Implements tree.
Definition at line 102 of file pt-cmd.h.
References tree_walker::visit_function_def().
Referenced by base_parser::finish_classdef_file().
|
inline |
Definition at line 107 of file pt-cmd.h.
Referenced by base_parser::append_classdef_method(), base_parser::finish_classdef_file(), base_parser::make_classdef_methods_list(), tree_evaluator::visit_function_def(), tree_print_code::visit_function_def(), and tree_walker::visit_function_def().