Home
last modified time | relevance | path

Searched refs:WildUnboundedTy (Results 1 – 8 of 8) sorted by relevance

/external/turbine/javatests/com/google/turbine/lower/
DLowerSignatureTest.java33 import com.google.turbine.type.Type.WildUnboundedTy;
119 WildUnboundedTy.create(ImmutableList.of()), in wildcard()
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypesFactoryTest.java36 import com.google.turbine.type.Type.WildUnboundedTy;
112 .isEqualTo(factory.asTypeMirror(WildUnboundedTy.create(ImmutableList.of())).toString()); in wildcardType()
DTurbineTypeMirrorTest.java108 .addEqualityGroup(factory.asTypeMirror(Type.WildUnboundedTy.create(ImmutableList.of()))) in equals()
174 (WildcardType) factory.asTypeMirror(Type.WildUnboundedTy.create(ImmutableList.of())); in wildTy()
/external/turbine/java/com/google/turbine/type/
DType.java425 abstract class WildUnboundedTy extends WildTy { class
427 public static WildUnboundedTy create(ImmutableList<AnnoInfo> annotations) { in create()
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java54 import com.google.turbine.type.Type.WildUnboundedTy;
328 return WildUnboundedTy.create( in bindType()
DTypeBinder.java721 return Type.WildUnboundedTy.create(annotations); in bindWildTy()
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java77 return Type.WildUnboundedTy.create(ImmutableList.of()); in wildTy()
/external/turbine/java/com/google/turbine/processing/
DTurbineTypes.java54 import com.google.turbine.type.Type.WildUnboundedTy;
1031 type = WildUnboundedTy.create(ImmutableList.of());