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


Public Types | |
| using | Ptr = Sawyer::SharedPointer< JvmClass > |
| Shared ownership pointers. | |
Public Types inherited from Rose::BinaryAnalysis::ByteCode::Class | |
| using | Ptr = Sawyer::SharedPointer< Class > |
| Shared ownership pointers. | |
Public Member Functions | |
| JvmClass::Ptr | promote (const Sawyer::SharedPointer< Class > &from) |
| std::string | name () const override |
| std::string | super_name () const override |
| std::string | typeSeparator () const override |
| void | dump () override |
| const std::vector< std::string > & | strings () override |
| SgAsmJvmConstantPool * | constant_pool () |
| JvmClass (NamespacePtr &ns, SgAsmJvmFileHeader *jfh) | |
Public Member Functions inherited from Rose::BinaryAnalysis::ByteCode::Class | |
| const std::vector< Field::Ptr > & | fields () const |
| const std::vector< Method::Ptr > & | methods () const |
| const std::vector< Attribute::Ptr > & | attributes () const |
| const std::vector< Interface::Ptr > & | interfaces () const |
| virtual void | partition (const PartitionerPtr &partitioner, BS::RiscOperatorsPtr &ops, std::map< std::string, Address > &discoveredFunctions) const |
| virtual void | digraph () const |
| Address | address () const |
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< Class > | |
| SharedPointer< Class > | sharedFromThis () |
Create a shared pointer from this. | |
| SharedPointer< const Class > | sharedFromThis () const |
Create a shared pointer from this. | |
Static Public Member Functions | |
| static Ptr | instance (NamespacePtr &ns, SgAsmJvmFileHeader *jfh) |
| Allocating constructor. | |
| static std::string | name (uint16_t index, const SgAsmJvmConstantPool *) |
| The string found at the given index into the constant pool. | |
Additional Inherited Members | |
Protected Member Functions inherited from Rose::BinaryAnalysis::ByteCode::Class | |
| Class (NamespacePtr ns, Address va) | |
Protected Attributes inherited from Rose::BinaryAnalysis::ByteCode::Class | |
| Address | address_ |
| NamespacePtr | namespace_ |
| std::vector< Field::Ptr > | fields_ |
| std::vector< Method::Ptr > | methods_ |
| std::vector< Attribute::Ptr > | attributes_ |
| std::vector< Interface::Ptr > | interfaces_ |
| std::vector< std::string > | strings_ |
Shared ownership pointers.
Definition at line 135 of file Rose/BinaryAnalysis/ByteCode/Jvm.h.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Class.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Class.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Class.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Class.
|
overridevirtual |
Reimplemented from Rose::BinaryAnalysis::ByteCode::Class.