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

Description

Definition at line 33 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
 
std::set< rose_addr_t > targets () const
 
const std::vector< BasicBlockPtr > & blocks () const
 
void append (BasicBlockPtr bb)
 

Protected Attributes

Partitioner2::FunctionPtr function_
 
std::vector< BasicBlockPtrblocks_
 

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