Searched refs:WildUnboundedTy (Results 1 – 8 of 8) 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;112 .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()
425 abstract class WildUnboundedTy extends WildTy { class427 public static WildUnboundedTy create(ImmutableList<AnnoInfo> annotations) { in create()
54 import com.google.turbine.type.Type.WildUnboundedTy;328 return WildUnboundedTy.create( in bindType()
721 return Type.WildUnboundedTy.create(annotations); in bindWildTy()
77 return Type.WildUnboundedTy.create(ImmutableList.of()); in wildTy()
54 import com.google.turbine.type.Type.WildUnboundedTy;1031 type = WildUnboundedTy.create(ImmutableList.of());