Searched refs:MethodAnnotationStruct (Results 1 – 4 of 4) sorted by relevance
28 public final class MethodAnnotationStruct class29 implements ToHuman, Comparable<MethodAnnotationStruct> {42 public MethodAnnotationStruct(CstMethodRef method, in MethodAnnotationStruct() method in MethodAnnotationStruct63 if (! (other instanceof MethodAnnotationStruct)) { in equals()67 return method.equals(((MethodAnnotationStruct) other).method); in equals()71 public int compareTo(MethodAnnotationStruct other) { in compareTo()
50 private ArrayList<MethodAnnotationStruct> methodAnnotations;175 methodAnnotations = new ArrayList<MethodAnnotationStruct>(); in addMethodAnnotations()178 methodAnnotations.add(new MethodAnnotationStruct(method, in addMethodAnnotations()209 for (MethodAnnotationStruct item : methodAnnotations) { in getMethodAnnotations()254 for (MethodAnnotationStruct item : methodAnnotations) { in addContents()322 for (MethodAnnotationStruct item : methodAnnotations) { in writeTo0()373 for (MethodAnnotationStruct item : methodAnnotations) { in debugPrint()
28 public final class MethodAnnotationStruct class29 implements ToHuman, Comparable<MethodAnnotationStruct> {42 public MethodAnnotationStruct(CstMethodRef method, in MethodAnnotationStruct() method in MethodAnnotationStruct65 if (! (other instanceof MethodAnnotationStruct)) { in equals()69 return method.equals(((MethodAnnotationStruct) other).method); in equals()74 public int compareTo(MethodAnnotationStruct other) { in compareTo()
49 private ArrayList<MethodAnnotationStruct> methodAnnotations;177 methodAnnotations = new ArrayList<MethodAnnotationStruct>(); in addMethodAnnotations()180 methodAnnotations.add(new MethodAnnotationStruct(method, in addMethodAnnotations()212 for (MethodAnnotationStruct item : methodAnnotations) { in getMethodAnnotations()258 for (MethodAnnotationStruct item : methodAnnotations) { in addContents()326 for (MethodAnnotationStruct item : methodAnnotations) { in writeTo0()377 for (MethodAnnotationStruct item : methodAnnotations) { in debugPrint()