- generate(DexData, String, boolean) - Static method in class com.android.dexdeps.Output
-
- generateFirstHeader(String, String) - Static method in class com.android.dexdeps.Output
-
- generateFooter(String) - Static method in class com.android.dexdeps.Output
-
- generateHeader(String, String) - Static method in class com.android.dexdeps.Output
-
- getArgumentTypeNames() - Method in class com.android.dexdeps.MethodRef
-
Gets an array of method argument types.
- getDeclClassName() - Method in class com.android.dexdeps.FieldRef
-
Gets the name of the field's declaring class.
- getDeclClassName() - Method in class com.android.dexdeps.MethodRef
-
Gets the name of the method's declaring class.
- getDescriptor() - Method in class com.android.dexdeps.MethodRef
-
Gets the method's descriptor.
- getExternalReferences() - Method in class com.android.dexdeps.DexData
-
Returns an array with all of the class references that don't
correspond to classes in the DEX file.
- getFieldArray() - Method in class com.android.dexdeps.ClassRef
-
Returns the field list as an array.
- getMethodArray() - Method in class com.android.dexdeps.ClassRef
-
Returns the method list as an array.
- getMethodRefs() - Method in class com.android.dexdeps.DexData
-
Returns the list of all method references.
- getName() - Method in class com.android.dexdeps.ClassRef
-
Gets the class name.
- getName() - Method in class com.android.dexdeps.FieldRef
-
Gets the field name.
- getName() - Method in class com.android.dexdeps.MethodRef
-
Gets the method's name.
- getReturnTypeName() - Method in class com.android.dexdeps.MethodRef
-
Gets the method's return type.
- getTypeName() - Method in class com.android.dexdeps.FieldRef
-
Gets the type name.