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

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

Uses of Annotations in com.android.dx.dex.file
 

Methods in com.android.dx.dex.file that return Annotations
 Annotations MethodAnnotationStruct.getAnnotations()
          Gets the associated annotations.
 Annotations FieldAnnotationStruct.getAnnotations()
          Gets the associated annotations.
 Annotations AnnotationSetItem.getAnnotations()
          Gets the underlying annotations of this instance
 Annotations ClassDefItem.getMethodAnnotations(CstMethodRef method)
          Gets the method annotations for a given method, if any.
 Annotations AnnotationsDirectoryItem.getMethodAnnotations(CstMethodRef method)
          Gets the method annotations for a given method, if any.
 

Methods in com.android.dx.dex.file with parameters of type Annotations
 void ClassDefItem.addFieldAnnotations(CstFieldRef field, Annotations annotations)
          Adds a field annotations item to this class.
 void AnnotationsDirectoryItem.addFieldAnnotations(CstFieldRef field, Annotations annotations)
          Adds a field annotations item to this instance.
 void ClassDefItem.addMethodAnnotations(CstMethodRef method, Annotations annotations)
          Adds a method annotations item to this class.
 void AnnotationsDirectoryItem.addMethodAnnotations(CstMethodRef method, Annotations annotations)
          Adds a method annotations item to this instance.
 void ClassDefItem.setClassAnnotations(Annotations annotations)
          Sets the direct annotations on this class.
 void AnnotationsDirectoryItem.setClassAnnotations(Annotations annotations)
          Sets the direct annotations on this instance.
 

Constructors in com.android.dx.dex.file with parameters of type Annotations
AnnotationSetItem(Annotations annotations)
          Constructs an instance.
 

Uses of Annotations in com.android.dx.rop.annotation
 

Fields in com.android.dx.rop.annotation declared as Annotations
static Annotations Annotations.EMPTY
          non-null; immutable empty instance
 

Methods in com.android.dx.rop.annotation that return Annotations
static Annotations Annotations.combine(Annotations annotations, Annotation annotation)
          Constructs an immutable instance which is the combination of the given instance with the given additional annotation.
static Annotations Annotations.combine(Annotations a1, Annotations a2)
          Constructs an immutable instance which is the combination of the two given instances.
 Annotations AnnotationsList.get(int n)
          Gets the element at the given index.
 

Methods in com.android.dx.rop.annotation with parameters of type Annotations
 void Annotations.addAll(Annotations toAdd)
          Adds all of the elements of the given instance to this one.
static Annotations Annotations.combine(Annotations annotations, Annotation annotation)
          Constructs an immutable instance which is the combination of the given instance with the given additional annotation.
static Annotations Annotations.combine(Annotations a1, Annotations a2)
          Constructs an immutable instance which is the combination of the two given instances.
 int Annotations.compareTo(Annotations other)
          
 void AnnotationsList.set(int n, Annotations a)
          Sets the element at the given index.
 



Copyright © 2013. All Rights Reserved.