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

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

Completed in 119 milliseconds