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

#include "pt-jump.h"

Inheritance diagram for tree_jump_command:
tree_command tree tree_break_command tree_continue_command tree_return_command

Public Member Functions

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

Protected Attributes

token m_token
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_jump_command()

tree_jump_command::tree_jump_command ( const token tok)
inline

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

◆ ~tree_jump_command()

tree_jump_command::~tree_jump_command ( )
default

Member Function Documentation

◆ beg_pos()

filepos tree_jump_command::beg_pos ( ) const
inlinevirtual

Implements tree.

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

◆ end_pos()

filepos tree_jump_command::end_pos ( ) const
inlinevirtual

Implements tree.

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

Member Data Documentation

◆ m_token

token tree_jump_command::m_token
protected

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


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