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

#include "pt-classdef.h"

Public Member Functions

 tree_classdef_attribute (tree_identifier *i, bool b)
 
 tree_classdef_attribute (tree_identifier *i=nullptr, tree_expression *e=nullptr)
 
 ~tree_classdef_attribute ()
 
void accept (tree_walker &tw)
 
tree_expressionexpression ()
 
tree_identifierident ()
 
bool negate ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_attribute() [1/2]

tree_classdef_attribute::tree_classdef_attribute ( tree_identifier i = nullptr,
tree_expression e = nullptr 
)
inline

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

◆ tree_classdef_attribute() [2/2]

tree_classdef_attribute::tree_classdef_attribute ( tree_identifier i,
bool  b 
)
inline

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

◆ ~tree_classdef_attribute()

tree_classdef_attribute::~tree_classdef_attribute ( )
inline

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

Member Function Documentation

◆ accept()

void tree_classdef_attribute::accept ( tree_walker tw)
inline

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

References tree_walker::visit_classdef_attribute().

◆ expression()

tree_expression* tree_classdef_attribute::expression ( )
inline

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

Referenced by tree_walker::visit_classdef_attribute().

◆ ident()

tree_identifier* tree_classdef_attribute::ident ( )
inline

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

Referenced by tree_walker::visit_classdef_attribute().

◆ negate()

bool tree_classdef_attribute::negate ( )
inline

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


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