Public Member Functions | |
ccDexMethod (const ccDexMethod &) | |
ccDexMethod & | operator= (const ccDexMethod &) |
void | copy_from (DexMethod *mtd) |
void | copy_to (DexMethod *mtd) |
DexMethod * | copy () |
Public Attributes | |
DexAccessFlags | access_flags |
std::string | name |
std::vector< std::string > | prototype |
ccDexCode * | code_body |
std::vector< ccDexAnnotation > | annotations |
std::vector< std::vector < ccDexAnnotation > > | parameter_annotations |