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


Public Types | |
| using | Ptr = Sawyer::SharedPointer< JvmMethod > |
| Shared ownership pointers. | |
Public Types inherited from Rose::BinaryAnalysis::ByteCode::Method | |
| using | Ptr = Sawyer::SharedPointer< Method > |
| Shared ownership pointer. | |
Public Member Functions | |
| JvmMethod::Ptr | promote (const Sawyer::SharedPointer< Method > &from) |
| std::string | name () const override |
| bool | isSystemReserved (const std::string &name) const override |
| const Code & | code () const override |
| const SgAsmInstructionList * | instructions () const override |
| void | decode (const Disassembler::BasePtr &disassembler) const override |
| void | annotate () override |
| bool | isStatic () const |
| std::string | descriptor () const |
| JvmMethod (SgAsmJvmFileHeader *, SgAsmJvmMethod *, Address) | |
Public Member Functions inherited from Rose::BinaryAnalysis::ByteCode::Method | |
| std::set< Address > | targets () const |
| const std::vector< BasicBlockPtr > & | blocks () const |
| void | append (BasicBlockPtr bb) |
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< Method > | |
| SharedPointer< Method > | sharedFromThis () |
Create a shared pointer from this. | |
| SharedPointer< const Method > | sharedFromThis () const |
Create a shared pointer from this. | |
Static Public Member Functions | |
| static Ptr | instance (SgAsmJvmFileHeader *, SgAsmJvmMethod *, Address) |
| Allocating constructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from Rose::BinaryAnalysis::ByteCode::Method | |
| Method (Address) | |
Protected Attributes inherited from Rose::BinaryAnalysis::ByteCode::Method | |
| Address | classAddr_ |
| P2::FunctionPtr | function_ |
| std::vector< BasicBlockPtr > | blocks_ |
Shared ownership pointers.
Definition at line 66 of file Rose/BinaryAnalysis/ByteCode/Jvm.h.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Method.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Method.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Method.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Method.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Method.
|
overridevirtual |
Implements Rose::BinaryAnalysis::ByteCode::Method.