Searched refs:otherAnnotation (Results 1 – 2 of 2) sorted by relevance
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()