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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DParameterAnnotationStruct.java31 public final class ParameterAnnotationStruct class in inherits:ToHuman,Comparable
32 implements ToHuman, Comparable<ParameterAnnotationStruct> {
48 public ParameterAnnotationStruct(CstMethodRef method, method in class:ParameterAnnotationStruct
87 if (! (other instanceof ParameterAnnotationStruct)) {
91 return method.equals(((ParameterAnnotationStruct) other).method);
95 public int compareTo(ParameterAnnotationStruct other) {

Completed in 55 milliseconds