Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java544 static class TurbineWildcardType extends TurbineTypeMirror implements WildcardType { class in TurbineTypeMirror
553 public TurbineWildcardType(ModelFactory factory, WildTy type) { in TurbineWildcardType() method in TurbineTypeMirror.TurbineWildcardType
570 return obj instanceof TurbineWildcardType && type.equals(((TurbineWildcardType) obj).type); in equals()
DModelFactory.java64 import com.google.turbine.processing.TurbineTypeMirror.TurbineWildcardType;
176 return new TurbineWildcardType(this, (WildTy) type); in createTypeMirror()