| Package | Description | 
|---|---|
| jeb.api.dex | 
 This package contains classes representing the DEX file opened in JEB. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DexFieldData | 
Dex.getFieldData(java.lang.String name)
Retrieve a field definition by name. 
 | 
DexFieldData[] | 
DexClassData.getInstanceFields()
Get the instance fields for this class. 
 | 
DexFieldData[] | 
DexClassData.getStaticFields()
Get the static fields for this class. 
 |