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

#include "pt-classdef.h"

Inheritance diagram for tree_classdef_events_block:
tree_classdef_block< tree_classdef_event_list > tree_base_classdef_block tree

Public Member Functions

 tree_classdef_events_block (const token &block_tok, tree_classdef_attribute_list *a, tree_classdef_event_list *elist, const token &end_tok)
 
 ~tree_classdef_events_block ()=default
 
void accept (tree_walker &tw)
 
tree_classdef_event_listevent_list ()
 
- Public Member Functions inherited from tree_classdef_block< tree_classdef_event_list >
 tree_classdef_block (const token &block_tok, tree_classdef_attribute_list *a, tree_classdef_event_list *elt_list, const token &end_tok)
 
 ~tree_classdef_block ()
 
filepos beg_pos () const
 
tree_classdef_event_listelement_list ()
 
filepos end_pos () const
 
- Public Member Functions inherited from tree_base_classdef_block
 tree_base_classdef_block (const token &block_tok, tree_classdef_attribute_list *a, const token &end_tok)
 
 ~tree_base_classdef_block ()
 
tree_classdef_attribute_listattribute_list ()
 
comment_list leading_comments () const
 
- 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 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_base_classdef_block
tree_classdef_attribute_listm_attr_list
 
token m_block_tok
 
token m_end_tok
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_events_block()

tree_classdef_events_block::tree_classdef_events_block ( const token block_tok,
tree_classdef_attribute_list a,
tree_classdef_event_list elist,
const token end_tok 
)
inline

Definition at line 500 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

Reimplemented from tree_base_classdef_block.

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

References tree_walker::visit_classdef_events_block().

◆ event_list()

tree_classdef_event_list * tree_classdef_events_block::event_list ( )
inline

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