Searched refs:WildUnboundedTy (Results 1 – 5 of 5) sorted by relevance
33 import com.google.turbine.type.Type.WildUnboundedTy;119 WildUnboundedTy.create(ImmutableList.of()), in wildcard()
273 abstract class WildUnboundedTy extends WildTy { class275 public static WildUnboundedTy create(ImmutableList<AnnoInfo> annotations) { in create()
53 import com.google.turbine.type.Type.WildUnboundedTy;311 return WildUnboundedTy.create( in bindType()
712 return Type.WildUnboundedTy.create(annotations); in bindWildTy()
77 return Type.WildUnboundedTy.create(ImmutableList.of()); in wildTy()