|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationsList | |
|---|---|
| com.android.dx.cf.attrib | Implementation of containers and utilities for all the standard Java attribute types. |
| com.android.dx.cf.direct | Implementation of cf.iface.* based on a direct representation
of class files as byte[]s. |
| com.android.dx.dex.file | |
| com.android.dx.rop.annotation | |
| Uses of AnnotationsList in com.android.dx.cf.attrib |
|---|
| Methods in com.android.dx.cf.attrib that return AnnotationsList | |
|---|---|
AnnotationsList |
BaseParameterAnnotations.getParameterAnnotations()
Gets the list of annotation lists associated with this instance. |
| Constructors in com.android.dx.cf.attrib with parameters of type AnnotationsList | |
|---|---|
AttRuntimeInvisibleParameterAnnotations(AnnotationsList parameterAnnotations,
int byteLength)
Constructs an instance. |
|
AttRuntimeVisibleParameterAnnotations(AnnotationsList annotations,
int byteLength)
Constructs an instance. |
|
BaseParameterAnnotations(String attributeName,
AnnotationsList parameterAnnotations,
int byteLength)
Constructs an instance. |
|
| Uses of AnnotationsList in com.android.dx.cf.direct |
|---|
| Methods in com.android.dx.cf.direct that return AnnotationsList | |
|---|---|
AnnotationsList |
AnnotationParser.parseParameterAttribute(AnnotationVisibility visibility)
Parses a parameter annotation attribute. |
| Uses of AnnotationsList in com.android.dx.dex.file |
|---|
| Methods in com.android.dx.dex.file that return AnnotationsList | |
|---|---|
AnnotationsList |
ParameterAnnotationStruct.getAnnotationsList()
Gets the associated annotations list. |
AnnotationsList |
AnnotationsDirectoryItem.getParameterAnnotations(CstMethodRef method)
Gets the parameter annotations for a given method, if any. |
AnnotationsList |
ClassDefItem.getParameterAnnotations(CstMethodRef method)
Gets the parameter annotations for a given method, if any. |
| Methods in com.android.dx.dex.file with parameters of type AnnotationsList | |
|---|---|
void |
AnnotationsDirectoryItem.addParameterAnnotations(CstMethodRef method,
AnnotationsList list,
DexFile dexFile)
Adds a parameter annotations item to this instance. |
void |
ClassDefItem.addParameterAnnotations(CstMethodRef method,
AnnotationsList list,
DexFile dexFile)
Adds a parameter annotations item to this class. |
| Constructors in com.android.dx.dex.file with parameters of type AnnotationsList | |
|---|---|
ParameterAnnotationStruct(CstMethodRef method,
AnnotationsList annotationsList,
DexFile dexFile)
Constructs an instance. |
|
| Uses of AnnotationsList in com.android.dx.rop.annotation |
|---|
| Fields in com.android.dx.rop.annotation declared as AnnotationsList | |
|---|---|
static AnnotationsList |
AnnotationsList.EMPTY
non-null; immutable empty instance |
| Methods in com.android.dx.rop.annotation that return AnnotationsList | |
|---|---|
static AnnotationsList |
AnnotationsList.combine(AnnotationsList list1,
AnnotationsList list2)
Constructs an immutable instance which is the combination of the two given instances. |
| Methods in com.android.dx.rop.annotation with parameters of type AnnotationsList | |
|---|---|
static AnnotationsList |
AnnotationsList.combine(AnnotationsList list1,
AnnotationsList list2)
Constructs an immutable instance which is the combination of the two given instances. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||