com.pnfsoftware.jeb.core.units.code.android.dex.IDexAnnotationsDirectory |
This interface is used to represent directories of annotations. A directory is associated to a class and contains the annotations for the class itself, its fields and methods, as well as all methods parameters.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract List<? extends IDexAnnotationItem> |
getClassAnnotations()
Get annotation items for this class.
| ||||||||||
abstract List<? extends IDexAnnotationForField> |
getFieldsAnnotations()
Get the list of fields annotations.
| ||||||||||
abstract List<? extends IDexAnnotationForMethod> |
getMethodsAnnotations()
Get the list of methods annotations.
| ||||||||||
abstract List<? extends IDexAnnotationForParameter> |
getParametersAnnotations()
Get the list of parameters annotations.
|
Get annotation items for this class.
Get the list of fields annotations.
Get the list of methods annotations.
Get the list of parameters annotations.