Skip navigation links
A C D E F G H L M N 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

children - Variable in class net.siggijons.dex.DexCount.Node
 
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
 
count - Variable in class net.siggijons.dex.DexCount.Node
 
countMethod(String[], DexCount.Node) - Method in class net.siggijons.dex.DexCount
 
countMethods(String) - Method in class net.siggijons.dex.DexCount
 
createReport(Map<String, RandomAccessFile>) - Method in class net.siggijons.dex.DexCount
 

D

descriptorToDot(String) - Static method in class com.android.dexdeps.Output
Converts a type descriptor to human-readable "dotted" form.
DexCount - Class in net.siggijons.dex
 
DexCount() - Constructor for class net.siggijons.dex.DexCount
 
DexCount.Node - Class in net.siggijons.dex
 
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.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 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.

H

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.
loadDexData(RandomAccessFile) - Method in class net.siggijons.dex.DexCount
 

M

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

N

name - Variable in class net.siggijons.dex.DexCount.Node
 
net.siggijons.dex - package net.siggijons.dex
 
Node(String) - Constructor for class net.siggijons.dex.DexCount.Node
 

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 N O P 
Skip navigation links