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.java653 return maybeIntersectionType.accept(IntersectionTypeVisitor.INSTANCE, null); in asIntersection()
656 private static final class IntersectionTypeVisitor extends CastingTypeVisitor<IntersectionType> { class in MoreTypes
657 private static final IntersectionTypeVisitor INSTANCE = new IntersectionTypeVisitor();
659 IntersectionTypeVisitor() { in IntersectionTypeVisitor() method in MoreTypes.IntersectionTypeVisitor