ROSE
0.9.6a
|
#include <AstAttributeMechanism.h>
Public Member Functions | |
int | getValue () |
AstIntAttribute (int value_) | |
virtual AstAttribute * | copy () |
Public Member Functions inherited from AstAttribute | |
AstAttribute () | |
virtual | ~AstAttribute () |
virtual std::string | toString () |
AstAttribute * | constructor () |
std::string | attribute_class_name () |
virtual int | packed_size () |
virtual char * | packed_data () |
virtual void | unpacked_data (int size, char *data) |
virtual std::string | additionalNodeOptions () |
virtual std::vector < AttributeEdgeInfo > | additionalEdgeInfo () |
virtual std::vector < AttributeNodeInfo > | additionalNodeInfo () |
virtual bool | commentOutNodeInGraph () |
Private Attributes | |
int | value |
Definition at line 246 of file AstAttributeMechanism.h.
AstIntAttribute::AstIntAttribute | ( | int | value_) |
int AstIntAttribute::getValue | ( | ) |
|
virtual |
Reimplemented from AstAttribute.
|
private |
Definition at line 248 of file AstAttributeMechanism.h.