DexMethod Struct Reference

List of all members.

Public Attributes

DexAccessFlags access_flags
 Indicates the access flags for this method.
ref_strname
 The name of this method.
ref_strstrprototype
DexCodecode_body
DexAnnotation * annotations
DexAnnotation ** parameter_annotations

Member Data Documentation

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.

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator
Generated on Fri Sep 24 19:16:14 2010 for dxcut by  doxygen 1.6.3