Package | Description |
---|---|
jeb.api.dex |
This package contains classes representing the DEX file opened in JEB.
|
Modifier and Type | Method and Description |
---|---|
DexMethodData[] |
DexClassData.getDirectMethods()
Get the non-virtual (statics, constructors) methods for this class.
|
DexMethodData |
Dex.getMethodData(java.lang.String name)
Retrieve a method definition by name.
|
DexMethodData[] |
DexClassData.getVirtualMethods()
Get the virtual methods for this class.
|