dxcut::ccDexClass Class Reference
List of all members.
Public Member Functions |
void | copy_from (DexClass *cl) |
void | copy_to (DexClass *cl) |
DexClass * | copy () |
Public Attributes |
std::string | name |
DexAccessFlags | access_flags |
std::string | super_class |
std::vector< std::string > | interfaces |
std::string | source_file |
std::vector< ccDexAnnotation > | annotations |
std::vector< ccDexValue > | static_values |
std::vector< ccDexField > | static_fields |
std::vector< ccDexField > | instance_fields |
std::vector< ccDexMethod > | direct_methods |
std::vector< ccDexMethod > | virtual_methods |
The documentation for this class was generated from the following file: