#include "pt-classdef.h"
Public Member Functions | |
tree_classdef_attribute (const tree_classdef_attribute &)=delete | |
tree_classdef_attribute (tree_identifier *i, bool b) | |
tree_classdef_attribute (tree_identifier *i=nullptr, tree_expression *e=nullptr) | |
~tree_classdef_attribute (void) | |
void | accept (tree_walker &tw) |
tree_expression * | expression (void) |
tree_identifier * | ident (void) |
bool | negate (void) |
tree_classdef_attribute & | operator= (const tree_classdef_attribute &)=delete |
Private Attributes | |
tree_expression * | m_expr |
tree_identifier * | m_id |
bool | m_neg |
Definition at line 137 of file pt-classdef.h.
|
inline |
Definition at line 141 of file pt-classdef.h.
|
inline |
Definition at line 146 of file pt-classdef.h.
|
delete |
|
inline |
Definition at line 156 of file pt-classdef.h.
|
inline |
Definition at line 168 of file pt-classdef.h.
References tree_walker::visit_classdef_attribute().
|
inline |
Definition at line 164 of file pt-classdef.h.
References m_expr.
Referenced by compute_attribute_value(), and tree_walker::visit_classdef_attribute().
|
inline |
Definition at line 162 of file pt-classdef.h.
References m_id.
Referenced by tree_walker::visit_classdef_attribute().
|
inline |
Definition at line 166 of file pt-classdef.h.
References m_neg.
|
delete |
|
private |
Definition at line 176 of file pt-classdef.h.
Referenced by ~tree_classdef_attribute(), and expression().
|
private |
Definition at line 175 of file pt-classdef.h.
Referenced by ~tree_classdef_attribute(), and ident().
|
private |
Definition at line 177 of file pt-classdef.h.
Referenced by negate().