Package com.android.dexdeps
Class ClassRef
java.lang.Object
com.android.dexdeps.ClassRef
-
Constructor Details
-
ClassRef
Initializes a new class reference.
-
-
Method Details
-
addField
Adds the field to the field list. -
getFieldArray
Returns the field list as an array. -
addMethod
Adds the method to the method list. -
getMethodArray
Returns the method list as an array. -
getName
Gets the class name.
-