GNU Octave  4.2.1
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_attribute Class Reference

#include "pt-classdef.h"

Collaboration diagram for tree_classdef_attribute:
Collaboration graph
[legend]

Public Member Functions

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

Private Member Functions

 tree_classdef_attribute (const tree_classdef_attribute &)
 
tree_classdef_attributeoperator= (const tree_classdef_attribute &)
 

Private Attributes

tree_expressionexpr
 
tree_identifierid
 
bool neg
 

Detailed Description

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

Constructor & Destructor Documentation

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

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

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

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

tree_classdef_attribute::~tree_classdef_attribute ( void  )
inline

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

References expr, and id.

tree_classdef_attribute::tree_classdef_attribute ( const tree_classdef_attribute )
private

Member Function Documentation

void tree_classdef_attribute::accept ( tree_walker tw)

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

References tree_walker::visit_classdef_attribute().

tree_expression* tree_classdef_attribute::expression ( void  )
inline

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

References expr.

Referenced by compute_attribute_value().

tree_identifier* tree_classdef_attribute::ident ( void  )
inline

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

References id.

bool tree_classdef_attribute::negate ( void  )
inline

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

References neg.

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

Member Data Documentation

tree_expression* tree_classdef_attribute::expr
private

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

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

tree_identifier* tree_classdef_attribute::id
private

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

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

bool tree_classdef_attribute::neg
private

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

Referenced by negate().


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