Package com.android.dexdeps
Class ClassRef
- java.lang.Object
-
- com.android.dexdeps.ClassRef
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddField(FieldRef fref)Adds the field to the field list.voidaddMethod(MethodRef mref)Adds the method to the method list.FieldRef[]getFieldArray()Returns the field list as an array.MethodRef[]getMethodArray()Returns the method list as an array.StringgetName()Gets the class name.
-
-
-
Method Detail
-
getFieldArray
public FieldRef[] getFieldArray()
Returns the field list as an array.
-
getMethodArray
public MethodRef[] getMethodArray()
Returns the method list as an array.
-
-