Home
last modified time | relevance | path

Searched refs:TurbineTypeVariable (Results 1 – 3 of 3) sorted by relevance

/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java468 static class TurbineTypeVariable extends TurbineTypeMirror implements TypeVariable { class in TurbineTypeMirror
477 return obj instanceof TurbineTypeVariable && type.equals(((TurbineTypeVariable) obj).type); in equals()
500 TurbineTypeVariable(ModelFactory factory, Type.TyVar type) { in TurbineTypeVariable() method in TurbineTypeMirror.TurbineTypeVariable
DModelFactory.java62 import com.google.turbine.processing.TurbineTypeMirror.TurbineTypeVariable;
178 return new TurbineTypeVariable(this, (TyVar) type); in createTypeMirror()
DTurbineTypes.java42 import com.google.turbine.processing.TurbineTypeMirror.TurbineTypeVariable;
95 return ((TurbineTypeVariable) t).asElement(); in asElement()