| 
| 
virtual std::string  | name () const =0 | 
|   | 
| 
virtual bool  | isSystemReserved (const std::string &name) const =0 | 
|   | 
| 
virtual const Code &  | code () const =0 | 
|   | 
| 
virtual const SgAsmInstructionList *  | instructions () const =0 | 
|   | 
| 
virtual void  | decode (const Disassembler::BasePtr &) const =0 | 
|   | 
| 
virtual void  | annotate ()=0 | 
|   | 
| 
std::set< Address >  | targets () const | 
|   | 
| 
const std::vector< BasicBlockPtr > &  | blocks () const | 
|   | 
| 
void  | append (BasicBlockPtr bb) | 
|   | 
◆ classAddr_
  
  
      
        
          | Address Rose::BinaryAnalysis::ByteCode::Method::classAddr_ | 
         
       
   | 
  
protected   | 
  
 
 
◆ function_
◆ blocks_
  
  
      
        
          | std::vector<BasicBlockPtr> Rose::BinaryAnalysis::ByteCode::Method::blocks_ | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: