GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
tree_break_command Class Reference

#include "pt-jump.h"

Inheritance diagram for tree_break_command:
tree_jump_command tree_command tree

Public Member Functions

 tree_break_command (const token &tok)
 
 ~tree_break_command ()=default
 
void accept (tree_walker &tw)
 
- Public Member Functions inherited from tree_jump_command
 tree_jump_command (const token &tok)
 
 ~tree_jump_command ()=default
 
filepos beg_pos () const
 
filepos end_pos () const
 
- Public Member Functions inherited from tree_command
 tree_command ()=default
 
virtual ~tree_command ()=default
 
virtual void update_end_pos (const filepos &)
 
- Public Member Functions inherited from tree
 tree ()
 
virtual ~tree ()=default
 
const std::string bp_cond () const
 
virtual int column () const
 
virtual void delete_breakpoint ()
 
bool is_active_breakpoint (tree_evaluator &tw) const
 
bool is_breakpoint () const
 
virtual comment_list leading_comments () const
 
virtual int line () const
 
bool meets_bp_condition (tree_evaluator &tw) const
 
virtual void set_breakpoint (const std::string &condition)
 
std::string str_print_code ()
 

Additional Inherited Members

- Protected Attributes inherited from tree_jump_command
token m_token
 

Detailed Description

Definition at line 58 of file pt-jump.h.

Constructor & Destructor Documentation

◆ tree_break_command()

tree_break_command::tree_break_command ( const token tok)
inline

Definition at line 62 of file pt-jump.h.

◆ ~tree_break_command()

tree_break_command::~tree_break_command ( )
default

Member Function Documentation

◆ accept()

void tree_break_command::accept ( tree_walker tw)
inlinevirtual

Implements tree.

Definition at line 68 of file pt-jump.h.

References tree_walker::visit_break_command().


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