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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DFieldAnnotationStruct.java28 public final class FieldAnnotationStruct class in inherits:ToHuman,Comparable
29 implements ToHuman, Comparable<FieldAnnotationStruct> {
42 public FieldAnnotationStruct(CstFieldRef field, method in class:FieldAnnotationStruct
63 if (! (other instanceof FieldAnnotationStruct)) {
67 return field.equals(((FieldAnnotationStruct) other).field);
71 public int compareTo(FieldAnnotationStruct other) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DFieldAnnotationStruct.java28 public final class FieldAnnotationStruct class in inherits:ToHuman,Comparable
29 implements ToHuman, Comparable<FieldAnnotationStruct> {
42 public FieldAnnotationStruct(CstFieldRef field, method in class:FieldAnnotationStruct
63 if (! (other instanceof FieldAnnotationStruct)) {
67 return field.equals(((FieldAnnotationStruct) other).field);
71 public int compareTo(FieldAnnotationStruct other) {

Completed in 3639 milliseconds