Searched refs:TurbineTypeVariable (Results 1 – 3 of 3) sorted by relevance
468 static class TurbineTypeVariable extends TurbineTypeMirror implements TypeVariable { class in TurbineTypeMirror477 return obj instanceof TurbineTypeVariable && type.equals(((TurbineTypeVariable) obj).type); in equals()500 TurbineTypeVariable(ModelFactory factory, Type.TyVar type) { in TurbineTypeVariable() method in TurbineTypeMirror.TurbineTypeVariable
62 import com.google.turbine.processing.TurbineTypeMirror.TurbineTypeVariable;178 return new TurbineTypeVariable(this, (TyVar) type); in createTypeMirror()
42 import com.google.turbine.processing.TurbineTypeMirror.TurbineTypeVariable;95 return ((TurbineTypeVariable) t).asElement(); in asElement()