Home
last modified time | relevance | path

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

/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java641 public static IntersectionType asIntersection(TypeMirror maybeIntersectionType) { in asIntersection() argument
642 return maybeIntersectionType.accept(IntersectionTypeVisitor.INSTANCE, null); in asIntersection()