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