Searched refs:FieldAnnotationStruct (Results 1 – 4 of 4) sorted by relevance
28 public final class FieldAnnotationStruct class29 implements ToHuman, Comparable<FieldAnnotationStruct> {42 public FieldAnnotationStruct(CstFieldRef field, in FieldAnnotationStruct() method in FieldAnnotationStruct63 if (! (other instanceof FieldAnnotationStruct)) { in equals()67 return field.equals(((FieldAnnotationStruct) other).field); in equals()71 public int compareTo(FieldAnnotationStruct other) { in compareTo()
47 private ArrayList<FieldAnnotationStruct> fieldAnnotations;161 fieldAnnotations = new ArrayList<FieldAnnotationStruct>(); in addFieldAnnotations()164 fieldAnnotations.add(new FieldAnnotationStruct(field, in addFieldAnnotations()252 for (FieldAnnotationStruct item : fieldAnnotations) { in addContents()316 for (FieldAnnotationStruct item : fieldAnnotations) { in writeTo0()370 for (FieldAnnotationStruct item : fieldAnnotations) { in debugPrint()
47 private ArrayList<FieldAnnotationStruct> fieldAnnotations;159 fieldAnnotations = new ArrayList<FieldAnnotationStruct>(); in addFieldAnnotations()162 fieldAnnotations.add(new FieldAnnotationStruct(field, in addFieldAnnotations()248 for (FieldAnnotationStruct item : fieldAnnotations) { in addContents()312 for (FieldAnnotationStruct item : fieldAnnotations) { in writeTo0()366 for (FieldAnnotationStruct item : fieldAnnotations) { in debugPrint()