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_superclass Class Reference

#include "pt-classdef.h"

Public Member Functions

 tree_classdef_superclass (const token &fqident)
 
 ~tree_classdef_superclass ()=default
 
void accept (tree_walker &tw)
 
std::string class_name ()
 
void set_separator (const token &sep_tok)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_superclass()

tree_classdef_superclass::tree_classdef_superclass ( const token fqident)
inline

Definition at line 220 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 232 of file pt-classdef.h.

References tree_walker::visit_classdef_superclass().

◆ class_name()

std::string tree_classdef_superclass::class_name ( )
inline

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

References token::text().

◆ set_separator()

void tree_classdef_superclass::set_separator ( const token sep_tok)
inline

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