Home | History | Annotate | Download | only in compare

Lines Matching full:tocomparison

1246     private Set<ITypeReference> toComparison = new HashSet<ITypeReference>();
1250 return fromComparison.contains(from) && toComparison.contains(to);
1255 toComparison.add(to);
1261 toComparison.remove(to);