Home | History | Annotate | Download | only in compare

Lines Matching full:iannotation

65 import signature.model.IAnnotation;
379 private Set<IAnnotationDelta> compareAnnotations(Set<IAnnotation> from,
380 Set<IAnnotation> to) {
382 new SigComparator<IAnnotation, IAnnotationDelta>() {
384 IAnnotation from, IAnnotation to) {
388 public boolean considerEqualElement(IAnnotation from,
389 IAnnotation to) {
396 IAnnotation from, IAnnotation to) {
575 private IAnnotationDelta compareAnnotation(IAnnotation from,
576 IAnnotation to) {
606 IAnnotation annotation) {
1187 } else if (from instanceof IAnnotation) {
1189 (IAnnotation) from, (IAnnotation) to);