Searched refs:TurbinePackageType (Results 1 – 2 of 2) sorted by relevance
350 static class TurbinePackageType extends TurbineTypeMirror implements NoType { class in TurbineTypeMirror359 TurbinePackageType(ModelFactory factory, PackageSymbol symbol) { in TurbinePackageType() method in TurbineTypeMirror.TurbinePackageType381 return other instanceof TurbinePackageType in equals()382 && symbol.equals(((TurbinePackageType) other).symbol); in equals()
60 import com.google.turbine.processing.TurbineTypeMirror.TurbinePackageType;213 return new TurbinePackageType(this, symbol); in packageType()