Home
last modified time | relevance | path

Searched refs:IntersectionTypeVisitor (Results 1 – 1 of 1) sorted by relevance

/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java642 return maybeIntersectionType.accept(IntersectionTypeVisitor.INSTANCE, null); in asIntersection()
645 private static final class IntersectionTypeVisitor extends CastingTypeVisitor<IntersectionType> { class in MoreTypes
646 private static final IntersectionTypeVisitor INSTANCE = new IntersectionTypeVisitor();
648 IntersectionTypeVisitor() { in IntersectionTypeVisitor() method in MoreTypes.IntersectionTypeVisitor