ROSE  0.11.145.0
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Rose::BinaryAnalysis::ByteCode::Method Class Referenceabstract

Description

Definition at line 36 of file Analysis.h.

Inheritance diagram for Rose::BinaryAnalysis::ByteCode::Method:
Inheritance graph
[legend]
Collaboration diagram for Rose::BinaryAnalysis::ByteCode::Method:
Collaboration graph
[legend]

Public Member Functions

virtual const std::string name () const =0
 
virtual const Codecode () const =0
 
virtual const void decode (const Disassembler::BasePtr &) const =0
 
virtual const SgAsmInstructionListinstructions () const =0
 
virtual void annotate ()=0
 
std::set< rose_addr_t > targets () const
 
const std::vector< BasicBlockPtr > & blocks () const
 
void append (BasicBlockPtr bb)
 

Protected Member Functions

 Method (rose_addr_t)
 

Protected Attributes

rose_addr_t classAddr_
 
Partitioner2::FunctionPtr function_
 
std::vector< BasicBlockPtrblocks_
 

The documentation for this class was generated from the following file: