public class DexClassData
extends java.lang.Object
This class represents a DEX class_data_item
object.
DexClass
Modifier and Type | Method and Description |
---|---|
DexMethodData[] |
getDirectMethods()
Get the non-virtual (statics, constructors) methods for this class.
|
DexFieldData[] |
getInstanceFields()
Get the instance fields for this class.
|
DexFieldData[] |
getStaticFields()
Get the static fields for this class.
|
DexMethodData[] |
getVirtualMethods()
Get the virtual methods for this class.
|
public DexFieldData[] getStaticFields()
Get the static fields for this class.
public DexFieldData[] getInstanceFields()
Get the instance fields for this class.
public DexMethodData[] getDirectMethods()
Get the non-virtual (statics, constructors) methods for this class.
public DexMethodData[] getVirtualMethods()
Get the virtual methods for this class.