Searched defs:Annotations (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotations.java30 public final class Annotations extends MutabilityControl class in inherits:MutabilityControl,Comparable
31 implements Comparable<Annotations> {
33 public static final Annotations EMPTY = new Annotations();
52 public static Annotations combine(Annotations a1, Annotations a2) {
53 Annotations result = new Annotations();
72 public static Annotations combin
86 public Annotations() { method in class:Annotations
[all...]
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotations.java30 public final class Annotations extends MutabilityControl class in inherits:MutabilityControl,Comparable
31 implements Comparable<Annotations> {
33 public static final Annotations EMPTY = new Annotations();
52 public static Annotations combine(Annotations a1, Annotations a2) {
53 Annotations result = new Annotations();
72 public static Annotations combin
86 public Annotations() { method in class:Annotations
[all...]

Completed in 161 milliseconds