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

#include "pt-classdef.h"

Public Member Functions

 tree_classdef_event (tree_identifier *i=nullptr, comment_list *comments=nullptr)
 
 ~tree_classdef_event ()
 
void accept (tree_walker &tw)
 
comment_listcomments () const
 
std::string doc_string () const
 
void doc_string (const std::string &txt)
 
bool have_doc_string () const
 
tree_identifierident ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_event()

tree_classdef_event::tree_classdef_event ( tree_identifier i = nullptr,
comment_list comments = nullptr 
)

Definition at line 187 of file pt-classdef.cc.

◆ ~tree_classdef_event()

tree_classdef_event::~tree_classdef_event ( )
inline

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

Member Function Documentation

◆ accept()

void tree_classdef_event::accept ( tree_walker tw)
inline

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

References tree_walker::visit_classdef_event().

◆ comments()

comment_list* tree_classdef_event::comments ( ) const
inline

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

◆ doc_string() [1/2]

std::string tree_classdef_event::doc_string ( ) const
inline

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

◆ doc_string() [2/2]

void tree_classdef_event::doc_string ( const std::string &  txt)
inline

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

◆ have_doc_string()

bool tree_classdef_event::have_doc_string ( ) const
inline

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

◆ ident()

tree_identifier* tree_classdef_event::ident ( )
inline

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


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