Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/processing/
DModelFactory.java180 IntersectionTy intersectionTy = (IntersectionTy) type; in createTypeMirror() local
181 switch (intersectionTy.bounds().size()) { in createTypeMirror()
185 return createTypeMirror(getOnlyElement(intersectionTy.bounds())); in createTypeMirror()
187 return new TurbineIntersectionType(this, intersectionTy); in createTypeMirror()