GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
tree_classdef_property Class Reference

#include "pt-classdef.h"

Collaboration diagram for tree_classdef_property:
Collaboration graph
[legend]

Public Member Functions

 tree_classdef_property (tree_identifier *i=0, tree_expression *e=0)
 
 ~tree_classdef_property (void)
 
void accept (tree_walker &)
 
tree_expressionexpression (void)
 
tree_identifierident (void)
 

Private Member Functions

 tree_classdef_property (const tree_classdef_property &)
 
tree_classdef_propertyoperator= (const tree_classdef_property &)
 

Private Attributes

tree_expressionexpr
 
tree_identifierid
 

Detailed Description

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

Constructor & Destructor Documentation

tree_classdef_property::tree_classdef_property ( tree_identifier i = 0,
tree_expression e = 0 
)
inline

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

tree_classdef_property::~tree_classdef_property ( void  )
inline

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

References expr, and id.

tree_classdef_property::tree_classdef_property ( const tree_classdef_property )
private

Member Function Documentation

void tree_classdef_property::accept ( tree_walker tw)

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

References tree_walker::visit_classdef_property().

tree_expression* tree_classdef_property::expression ( void  )
inline

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

References expr.

tree_identifier* tree_classdef_property::ident ( void  )
inline

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

References id.

tree_classdef_property& tree_classdef_property::operator= ( const tree_classdef_property )
private

Member Data Documentation

tree_expression* tree_classdef_property::expr
private

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

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

tree_identifier* tree_classdef_property::id
private

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

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


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