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

#include "pt-classdef.h"

Inheritance diagram for tree_classdef_events_block:
tree_classdef_element< tree_classdef_events_list > tree

Public Member Functions

 tree_classdef_events_block (tree_classdef_attribute_list *a, tree_classdef_events_list *elist, comment_list *lc, comment_list *tc, int l=-1, int c=-1)
 
 ~tree_classdef_events_block ()=default
 
void accept (tree_walker &tw)
 
- Public Member Functions inherited from tree_classdef_element< tree_classdef_events_list >
 tree_classdef_element (tree_classdef_attribute_list *a, tree_classdef_events_list *elt_list, comment_list *lc, comment_list *tc, int l=-1, int c=-1)
 
 ~tree_classdef_element ()
 
void accept (tree_walker &)
 
tree_classdef_attribute_listattribute_list ()
 
tree_classdef_events_listelement_list ()
 
comment_listleading_comment ()
 
comment_listtrailing_comment ()
 
- 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 ()
 

Detailed Description

Definition at line 467 of file pt-classdef.h.

Constructor & Destructor Documentation

◆ tree_classdef_events_block()

tree_classdef_events_block::tree_classdef_events_block ( tree_classdef_attribute_list a,
tree_classdef_events_list elist,
comment_list lc,
comment_list tc,
int  l = -1,
int  c = -1 
)
inline

Definition at line 472 of file pt-classdef.h.

◆ ~tree_classdef_events_block()

tree_classdef_events_block::~tree_classdef_events_block ( )
default

Member Function Documentation

◆ accept()

void tree_classdef_events_block::accept ( tree_walker tw)
inlinevirtual

Implements tree.

Definition at line 483 of file pt-classdef.h.

References tree_walker::visit_classdef_events_block().


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