GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "pt-classdef.h"
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_expression * | expression (void) |
tree_identifier * | ident (void) |
bool | negate (void) |
Private Member Functions | |
tree_classdef_attribute (const tree_classdef_attribute &) | |
tree_classdef_attribute & | operator= (const tree_classdef_attribute &) |
Private Attributes | |
tree_expression * | expr |
tree_identifier * | id |
bool | neg |
Definition at line 38 of file pt-classdef.h.
|
inline |
Definition at line 42 of file pt-classdef.h.
|
inline |
Definition at line 45 of file pt-classdef.h.
|
inline |
Definition at line 48 of file pt-classdef.h.
|
private |
void tree_classdef_attribute::accept | ( | tree_walker & | tw | ) |
Definition at line 33 of file pt-classdef.cc.
References tree_walker::visit_classdef_attribute().
|
inline |
Definition at line 56 of file pt-classdef.h.
References expr.
Referenced by compute_attribute_value().
|
inline |
Definition at line 54 of file pt-classdef.h.
References id.
|
inline |
Definition at line 58 of file pt-classdef.h.
References neg.
|
private |
|
private |
Definition at line 65 of file pt-classdef.h.
Referenced by expression(), and ~tree_classdef_attribute().
|
private |
Definition at line 64 of file pt-classdef.h.
Referenced by ident(), and ~tree_classdef_attribute().
|
private |
Definition at line 66 of file pt-classdef.h.
Referenced by negate().