Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java595 static class TurbineIntersectionType extends TurbineTypeMirror implements IntersectionType { class in TurbineTypeMirror
604 TurbineIntersectionType(ModelFactory factory, IntersectionTy type) { in TurbineIntersectionType() method in TurbineTypeMirror.TurbineIntersectionType
611 return obj instanceof TurbineIntersectionType in equals()
612 && type.equals(((TurbineIntersectionType) obj).type); in equals()
DModelFactory.java57 import com.google.turbine.processing.TurbineTypeMirror.TurbineIntersectionType;
187 return new TurbineIntersectionType(this, intersectionTy); in createTypeMirror()