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

#include "pt-classdef.h"

Public Member Functions

 tree_classdef_superclass (const std::string &cname)
 
 ~tree_classdef_superclass ()=default
 
void accept (tree_walker &tw)
 
std::string class_name ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_superclass()

tree_classdef_superclass::tree_classdef_superclass ( const std::string &  cname)
inline

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

◆ ~tree_classdef_superclass()

tree_classdef_superclass::~tree_classdef_superclass ( )
default

Member Function Documentation

◆ accept()

void tree_classdef_superclass::accept ( tree_walker tw)
inline

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

References tree_walker::visit_classdef_superclass().

◆ class_name()

std::string tree_classdef_superclass::class_name ( )
inline

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


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