(TypeMirror mirror, Set<Element> visiting)
| 477 | } |
| 478 | |
| 479 | private static int hash(TypeMirror mirror, Set<Element> visiting) { |
| 480 | return mirror == null ? 0 : mirror.accept(HashVisitor.INSTANCE, visiting); |
| 481 | } |
| 482 | |
| 483 | /** |
| 484 | * Returns the set of {@linkplain TypeElement types} that are referenced by the given {@link |