|
ROSE 2.9.0
|
Base class for ByteCode Class.
An Class stores information about a class, for example its name.
Definition at line 151 of file BinaryAnalysis/ByteCode/Analysis.h.
#include <Rose/BinaryAnalysis/ByteCode/Analysis.h>


Public Types | |
| using | Ptr = Sawyer::SharedPointer< Class > |
| Shared ownership pointers. | |
Public Member Functions | |
| virtual std::string | name () const =0 |
| virtual std::string | super_name () const =0 |
| virtual std::string | typeSeparator () const =0 |
| virtual const std::vector< std::string > & | strings () |
| 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 |
| virtual void | dump ()=0 |
| 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. | |
Protected Member Functions | |
| Class (NamespacePtr ns, Address va) | |
Protected Attributes | |
| 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 155 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 185 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 186 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 189 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 190 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 191 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 192 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 193 of file BinaryAnalysis/ByteCode/Analysis.h.