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


Public Types | |
| using | Ptr = Sawyer::SharedPointer< Class > |
| Shared ownership pointers. | |
| using | NamespacePtr = Sawyer::SharedPointer< Namespace > |
Public Member Functions | |
| const std::string & | name () const |
| const std::string & | baseClassName () const |
| Address | address () const |
| 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 |
| void | finalize () |
| Complete initialization of the class once partitioning is done. | |
| virtual void | partition (const PartitionerPtr &partitioner, std::map< std::string, Address > &discoveredFunctions, const Progress::Ptr &progress=Progress::Ptr()) |
| virtual void | digraph () const |
| virtual void | dump ()=0 |
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 (std::string name, Address va, NamespacePtr ns) | |
Protected Attributes | |
| std::string | baseClassName_ |
| 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 156 of file BinaryAnalysis/ByteCode/Analysis.h.
Definition at line 157 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 195 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 197 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 198 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 199 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 200 of file BinaryAnalysis/ByteCode/Analysis.h.
|
protected |
Definition at line 201 of file BinaryAnalysis/ByteCode/Analysis.h.