Skip navigation links
dexcount-gradle-plugin
A C D E F G H L M O P 

A

addField(FieldRef) - Method in class com.android.dexdeps.ClassRef
Adds the field to the field list.
addMethod(MethodRef) - Method in class com.android.dexdeps.ClassRef
Adds the method to the method list.

C

classNameOnly(String) - Static method in class com.android.dexdeps.Output
Extracts the class name from a type descriptor.
ClassRef - Class in com.android.dexdeps
 
ClassRef(String) - Constructor for class com.android.dexdeps.ClassRef
Initializes a new class reference.
com.android.dexdeps - package com.android.dexdeps
 

D

descriptorToDot(String) - Static method in class com.android.dexdeps.Output
Converts a type descriptor to human-readable "dotted" form.
DexData - Class in com.android.dexdeps
Data extracted from a DEX file.
DexData(RandomAccessFile) - Constructor for class com.android.dexdeps.DexData
Constructs a new DexData for this file.
DexDataException - Exception in com.android.dexdeps
Bad data found inside a DEX file.
DexDataException() - Constructor for exception com.android.dexdeps.DexDataException
 

E

equals(Object) - Method in class com.android.dexdeps.FieldRef
 
equals(Object) - Method in class com.android.dexdeps.MethodRef
 

F

FieldRef - Class in com.android.dexdeps
 
FieldRef(String, String, String) - Constructor for class com.android.dexdeps.FieldRef
Initializes a new field reference.

G

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 interface com.android.dexdeps.HasDeclaringClass
 
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.
getFieldRefs() - Method in class com.android.dexdeps.DexData
 
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.

H

HasDeclaringClass - Interface in com.android.dexdeps
 
hashCode() - Method in class com.android.dexdeps.FieldRef
 
hashCode() - Method in class com.android.dexdeps.MethodRef
 

L

load() - Method in class com.android.dexdeps.DexData
Loads the contents of the DEX file into our data structures.

M

MethodRef - Class in com.android.dexdeps
 
MethodRef(String, String[], String, String) - Constructor for class com.android.dexdeps.MethodRef
Initializes a new field reference.

O

Output - Class in com.android.dexdeps
Generate fancy output.
Output() - Constructor for class com.android.dexdeps.Output
 

P

packageNameOnly(String) - Static method in class com.android.dexdeps.Output
Extracts the package name from a type descriptor, and returns it in dotted form.
primitiveTypeLabel(char) - Static method in class com.android.dexdeps.Output
Converts a single-character primitive type into its human-readable equivalent.
A C D E F G H L M O P 
Skip navigation links
dexcount-gradle-plugin