Package | Description |
---|---|
jeb.api.dex |
This package contains classes representing the DEX file opened in JEB.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DexAnnotationItem> |
DexAnnotationsDirectory.FieldAnnotation.getAnnotationItemSet()
Get all annotation items that concern this field.
|
java.util.List<DexAnnotationItem> |
DexAnnotationsDirectory.MethodAnnotation.getAnnotationItemSet()
Get all annotation items that concern this method.
|
java.util.List<java.util.List<DexAnnotationItem>> |
DexAnnotationsDirectory.ParameterAnnotation.getAnnotationItemSets()
Get the list of all annotation items for the parameters of this method.
|
java.util.List<DexAnnotationItem> |
DexAnnotationsDirectory.getClassAnnotations()
Get all annotation items that concern this class.
|