GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::tree_classdef_property Class Reference

#include "pt-classdef.h"

Collaboration diagram for octave::tree_classdef_property:

Public Member Functions

 tree_classdef_property (tree_identifier *i=nullptr, tree_expression *e=nullptr)
 
 tree_classdef_property (const tree_classdef_property &)=delete
 
 ~tree_classdef_property (void)
 
void accept (tree_walker &tw)
 
tree_expressionexpression (void)
 
tree_identifierident (void)
 
tree_classdef_propertyoperator= (const tree_classdef_property &)=delete
 

Private Attributes

tree_expressionm_expr
 
tree_identifierm_id
 

Detailed Description

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

Constructor & Destructor Documentation

◆ tree_classdef_property() [1/2]

octave::tree_classdef_property::tree_classdef_property ( tree_identifier i = nullptr,
tree_expression e = nullptr 
)
inline

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

◆ tree_classdef_property() [2/2]

octave::tree_classdef_property::tree_classdef_property ( const tree_classdef_property )
delete

◆ ~tree_classdef_property()

octave::tree_classdef_property::~tree_classdef_property ( void  )
inline

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

References m_expr, and m_id.

Member Function Documentation

◆ accept()

void octave::tree_classdef_property::accept ( tree_walker tw)
inline

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

References octave::tree_walker::visit_classdef_property().

◆ expression()

tree_expression* octave::tree_classdef_property::expression ( void  )
inline

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

References m_expr.

◆ ident()

tree_identifier* octave::tree_classdef_property::ident ( void  )
inline

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

References m_id.

◆ operator=()

tree_classdef_property& octave::tree_classdef_property::operator= ( const tree_classdef_property )
delete

Member Data Documentation

◆ m_expr

tree_expression* octave::tree_classdef_property::m_expr
private

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

Referenced by expression(), and ~tree_classdef_property().

◆ m_id

tree_identifier* octave::tree_classdef_property::m_id
private

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

Referenced by ident(), and ~tree_classdef_property().


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