Searched refs:IntersectionTypeVisitor (Results 1 – 1 of 1) sorted by relevance
653 return maybeIntersectionType.accept(IntersectionTypeVisitor.INSTANCE, null); in asIntersection()656 private static final class IntersectionTypeVisitor extends CastingTypeVisitor<IntersectionType> { class in MoreTypes657 private static final IntersectionTypeVisitor INSTANCE = new IntersectionTypeVisitor();659 IntersectionTypeVisitor() { in IntersectionTypeVisitor() method in MoreTypes.IntersectionTypeVisitor