Uses of Class
com.android.dx.rop.annotation.AnnotationsList

Packages that use AnnotationsList
com.android.dx.dex.file   
com.android.dx.rop.annotation   
 

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 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.
 

Methods in com.android.dx.dex.file with parameters of type AnnotationsList
 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.
 

Constructors in com.android.dx.dex.file with parameters of type AnnotationsList
ParameterAnnotationStruct(CstMethodRef method, AnnotationsList annotationsList)
          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.
 



Copyright © 2013. All Rights Reserved.