Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java350 static class TurbinePackageType extends TurbineTypeMirror implements NoType { class in TurbineTypeMirror
359 TurbinePackageType(ModelFactory factory, PackageSymbol symbol) { in TurbinePackageType() method in TurbineTypeMirror.TurbinePackageType
381 return other instanceof TurbinePackageType in equals()
382 && symbol.equals(((TurbinePackageType) other).symbol); in equals()
DModelFactory.java60 import com.google.turbine.processing.TurbineTypeMirror.TurbinePackageType;
213 return new TurbinePackageType(this, symbol); in packageType()