Public Attributes | |
DexAccessFlags | access_flags |
Indicates the access flags for this method. | |
ref_str * | name |
The name of this method. | |
ref_strstr * | prototype |
DexCode * | code_body |
DexAnnotation * | annotations |
DexAnnotation ** | parameter_annotations |
DexAnnotation* DexMethod::annotations |
A sentinel terminated list of Annotations that are applied directly to this method.
A pointer to the code body for this method or NULL if this method is either abstract or native.
DexAnnotation** DexMethod::parameter_annotations |
A NULL terminated list of sentinel terminated annotations that are applied to each of the parameters of this method. The length of this list should be the same as the number of parameters in the prototype.
A NULL terminated list of the object names for this method. The first element should always exist and represents the return type of this method.