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

#include "pt-classdef.h"

Public Member Functions

 tree_classdef_enum (tree_identifier *i, const token &open_paren, tree_expression *e, const token &close_paren)
 
 ~tree_classdef_enum ()
 
void accept (tree_walker &tw)
 
token close_paren () const
 
tree_expressionexpression ()
 
tree_identifierident ()
 
token open_paren () const
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_enum()

tree_classdef_enum::tree_classdef_enum ( tree_identifier i,
const token open_paren,
tree_expression e,
const token close_paren 
)

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

◆ ~tree_classdef_enum()

tree_classdef_enum::~tree_classdef_enum ( )
inline

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

Member Function Documentation

◆ accept()

void tree_classdef_enum::accept ( tree_walker tw)
inline

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

References tree_walker::visit_classdef_enum().

◆ close_paren()

token tree_classdef_enum::close_paren ( ) const
inline

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

◆ expression()

tree_expression * tree_classdef_enum::expression ( )
inline

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

◆ ident()

tree_identifier * tree_classdef_enum::ident ( )
inline

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

◆ open_paren()

token tree_classdef_enum::open_paren ( ) const
inline

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


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