|
ROSE 2.9.0
|
Definition at line 113 of file Rose/BinaryAnalysis/ByteCode/Jvm.h.


Public Types | |
| using | Ptr = Sawyer::SharedPointer< JvmAttribute > |
| Shared ownership pointers. | |
Public Types inherited from Rose::BinaryAnalysis::ByteCode::Attribute | |
| using | Ptr = Sawyer::SharedPointer< Attribute > |
| Shared ownership pointers. | |
Public Member Functions | |
| std::string | name () const override |
| uint16_t | index () const |
| JvmAttribute (SgAsmJvmFileHeader *jfh, uint16_t index) | |
Public Member Functions inherited from Sawyer::SharedObject | |
| SharedObject () | |
| Default constructor. | |
| SharedObject (const SharedObject &) | |
| Copy constructor. | |
| virtual | ~SharedObject () |
| Virtual destructor. | |
| SharedObject & | operator= (const SharedObject &) |
| Assignment. | |
Public Member Functions inherited from Sawyer::SharedFromThis< Attribute > | |
| SharedPointer< Attribute > | sharedFromThis () |
Create a shared pointer from this. | |
| SharedPointer< const Attribute > | sharedFromThis () const |
Create a shared pointer from this. | |
Static Public Member Functions | |
| static Ptr | instance (SgAsmJvmFileHeader *jfh, uint16_t index) |
| Allocating constructor. | |
Shared ownership pointers.
Definition at line 116 of file Rose/BinaryAnalysis/ByteCode/Jvm.h.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Attribute.