| Package | Description |
|---|---|
| com.android.dx.dex.file | |
| com.android.dx.rop.annotation |
| Modifier and Type | Method and Description |
|---|---|
AnnotationsList |
ParameterAnnotationStruct.getAnnotationsList()
Gets the associated annotations list.
|
AnnotationsList |
ClassDefItem.getParameterAnnotations(CstMethodRef method)
Gets the parameter annotations for a given method, if any.
|
AnnotationsList |
AnnotationsDirectoryItem.getParameterAnnotations(CstMethodRef method)
Gets the parameter annotations for a given method, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDefItem.addParameterAnnotations(CstMethodRef method,
AnnotationsList list)
Adds a parameter annotations item to this class.
|
void |
AnnotationsDirectoryItem.addParameterAnnotations(CstMethodRef method,
AnnotationsList list)
Adds a parameter annotations item to this instance.
|
| Constructor and Description |
|---|
ParameterAnnotationStruct(CstMethodRef method,
AnnotationsList annotationsList)
Constructs an instance.
|
| Modifier and Type | Field and Description |
|---|---|
static AnnotationsList |
AnnotationsList.EMPTY
non-null; immutable empty instance |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationsList |
AnnotationsList.combine(AnnotationsList list1,
AnnotationsList list2)
Constructs an immutable instance which is the combination of
the two given instances.
|
| Modifier and Type | Method and Description |
|---|---|
static AnnotationsList |
AnnotationsList.combine(AnnotationsList list1,
AnnotationsList list2)
Constructs an immutable instance which is the combination of
the two given instances.
|
Copyright © 2014. All Rights Reserved.