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

#include "pt-classdef.h"

Public Member Functions

 tree_classdef_enum (tree_identifier *i, tree_expression *e, comment_list *comments)
 
 ~tree_classdef_enum ()
 
void accept (tree_walker &tw)
 
comment_listcomments () const
 
std::string doc_string () const
 
void doc_string (const std::string &txt)
 
tree_expressionexpression ()
 
bool have_doc_string () const
 
tree_identifierident ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_enum()

tree_classdef_enum::tree_classdef_enum ( tree_identifier i,
tree_expression e,
comment_list comments 
)

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

◆ ~tree_classdef_enum()

tree_classdef_enum::~tree_classdef_enum ( )
inline

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

Member Function Documentation

◆ accept()

void tree_classdef_enum::accept ( tree_walker tw)
inline

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

References tree_walker::visit_classdef_enum().

◆ comments()

comment_list* tree_classdef_enum::comments ( ) const
inline

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

◆ doc_string() [1/2]

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

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

◆ doc_string() [2/2]

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

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

◆ expression()

tree_expression* tree_classdef_enum::expression ( )
inline

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

◆ have_doc_string()

bool tree_classdef_enum::have_doc_string ( ) const
inline

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

◆ ident()

tree_identifier* tree_classdef_enum::ident ( )
inline

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


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