Package | Description |
---|---|
jeb.api.dex |
This package contains classes representing the DEX file opened in JEB.
|
Modifier and Type | Method and Description |
---|---|
DexField |
Dex.addFieldReference(java.lang.String signature)
Create or retrieve a new field reference.
|
DexField |
Dex.getField(int index)
Get a field description by index.
|