Searched refs:maybeIntersectionType (Results 1 – 1 of 1) sorted by relevance
641 public static IntersectionType asIntersection(TypeMirror maybeIntersectionType) { in asIntersection() argument642 return maybeIntersectionType.accept(IntersectionTypeVisitor.INSTANCE, null); in asIntersection()