Package | Description |
---|---|
jeb.api.dex |
This package contains classes representing the DEX file opened in JEB.
|
Modifier and Type | Method and Description |
---|---|
DexValue |
DexAnnotation.Element.getValue()
Get the value of this element.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DexValue> |
DexValue.getArray()
Get the intrinsic value of this item.
|
java.util.List<DexValue> |
DexClass.getStaticInitializers()
Get the static initializers of the class.
|