Searched refs:otherAnnotation (Results 1 – 4 of 4) sorted by relevance
71 Annotation otherAnnotation = (Annotation) other; in equals() local73 if (! (type.equals(otherAnnotation.type) in equals()74 && (visibility == otherAnnotation.visibility))) { in equals()78 return elements.equals(otherAnnotation.elements); in equals()
80 Annotation otherAnnotation = (Annotation) other; in equals() local82 if (! (type.equals(otherAnnotation.type) in equals()83 && (visibility == otherAnnotation.visibility))) { in equals()87 return elements.equals(otherAnnotation.elements); in equals()
133 AnnotationItem otherAnnotation = (AnnotationItem) other; in compareTo0() local135 return annotation.compareTo(otherAnnotation.annotation); in compareTo0()
134 AnnotationItem otherAnnotation = (AnnotationItem) other; in compareTo0() local136 return annotation.compareTo(otherAnnotation.annotation); in compareTo0()