Searched refs:WildUnboundedTy (Results 1 – 9 of 9) sorted by relevance
33 import com.google.turbine.type.Type.WildUnboundedTy;119 WildUnboundedTy.create(ImmutableList.of()), in wildcard()
36 import com.google.turbine.type.Type.WildUnboundedTy;108 .isEqualTo(factory.asTypeMirror(WildUnboundedTy.create(ImmutableList.of())).toString()); in wildcardType()
108 .addEqualityGroup(factory.asTypeMirror(Type.WildUnboundedTy.create(ImmutableList.of()))) in equals()174 (WildcardType) factory.asTypeMirror(Type.WildUnboundedTy.create(ImmutableList.of())); in wildTy()
69 return Type.WildUnboundedTy.create(ImmutableList.of()); in deannotateWildTy()
437 abstract class WildUnboundedTy extends WildTy { class439 public static WildUnboundedTy create(ImmutableList<AnnoInfo> annotations) { in create()
57 import com.google.turbine.type.Type.WildUnboundedTy;356 return WildUnboundedTy.create( in bindType()
909 return Type.WildUnboundedTy.create(annotations); in bindWildTy()
80 return Type.WildUnboundedTy.create(ImmutableList.of()); in wildTy()
48 import com.google.turbine.type.Type.WildUnboundedTy;1081 type = WildUnboundedTy.create(ImmutableList.of());