GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
tree_command Class Reference

#include "pt-cmd.h"

Inheritance diagram for tree_command:
tree tree_arguments_block tree_break_command tree_classdef tree_complex_for_command tree_continue_command tree_decl_command tree_function_def tree_if_command tree_no_op_command tree_return_command tree_simple_for_command tree_spmd_command tree_switch_command tree_try_catch_command tree_unwind_protect_command tree_while_command

Public Member Functions

 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
 
virtual void accept (tree_walker &tw)=0
 
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 ()
 

Detailed Description

Definition at line 42 of file pt-cmd.h.

Constructor & Destructor Documentation

◆ tree_command()

tree_command::tree_command ( int  l = -1,
int  c = -1 
)
inline

Definition at line 46 of file pt-cmd.h.

◆ ~tree_command()

virtual tree_command::~tree_command ( )
virtualdefault

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