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