Searched refs:TurbineIntersectionType (Results 1 – 2 of 2) sorted by relevance
595 static class TurbineIntersectionType extends TurbineTypeMirror implements IntersectionType { class in TurbineTypeMirror604 TurbineIntersectionType(ModelFactory factory, IntersectionTy type) { in TurbineIntersectionType() method in TurbineTypeMirror.TurbineIntersectionType611 return obj instanceof TurbineIntersectionType in equals()612 && type.equals(((TurbineIntersectionType) obj).type); in equals()
57 import com.google.turbine.processing.TurbineTypeMirror.TurbineIntersectionType;187 return new TurbineIntersectionType(this, intersectionTy); in createTypeMirror()