public static class DexAnnotationsDirectory.ParameterAnnotation
extends java.lang.Object
This class represents annotations for the parameters of method.
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<DexAnnotationItem>> |
getAnnotationItemSets()
Get the list of all annotation items for the parameters of this method.
|
int |
getMethodIndex()
Get the method index.
|
public int getMethodIndex()
Get the method index.
public java.util.List<java.util.List<DexAnnotationItem>> getAnnotationItemSets()
Get the list of all annotation items for the parameters of this method.