GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
tree_classdef_element< T > Class Template Reference

#include "pt-classdef.h"

Inheritance diagram for tree_classdef_element< T >:
tree

Public Member Functions

 tree_classdef_element (tree_classdef_attribute_list *a, T *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 ()
 
T * element_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

template<typename T>
class tree_classdef_element< T >

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

Constructor & Destructor Documentation

◆ tree_classdef_element()

template<typename T >
tree_classdef_element< T >::tree_classdef_element ( tree_classdef_attribute_list a,
T *  elt_list,
comment_list lc,
comment_list tc,
int  l = -1,
int  c = -1 
)
inline

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

◆ ~tree_classdef_element()

template<typename T >
tree_classdef_element< T >::~tree_classdef_element ( )
inline

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

Member Function Documentation

◆ accept()

template<typename T >
void tree_classdef_element< T >::accept ( tree_walker )
inlinevirtual

Implements tree.

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

◆ attribute_list()

template<typename T >
tree_classdef_attribute_list* tree_classdef_element< T >::attribute_list ( )
inline

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

◆ element_list()

◆ leading_comment()

template<typename T >
comment_list* tree_classdef_element< T >::leading_comment ( )
inline

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

◆ trailing_comment()

template<typename T >
comment_list* tree_classdef_element< T >::trailing_comment ( )
inline

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


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