Home
last modified time | relevance | path

Searched refs:WildUnboundedTy (Results 1 – 9 of 9) 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;
108 .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/types/
DDeannotate.java69 return Type.WildUnboundedTy.create(ImmutableList.of()); in deannotateWildTy()
/external/turbine/java/com/google/turbine/type/
DType.java437 abstract class WildUnboundedTy extends WildTy { class
439 public static WildUnboundedTy create(ImmutableList<AnnoInfo> annotations) { in create()
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java57 import com.google.turbine.type.Type.WildUnboundedTy;
356 return WildUnboundedTy.create( in bindType()
DTypeBinder.java909 return Type.WildUnboundedTy.create(annotations); in bindWildTy()
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java80 return Type.WildUnboundedTy.create(ImmutableList.of()); in wildTy()
/external/turbine/java/com/google/turbine/processing/
DTurbineTypes.java48 import com.google.turbine.type.Type.WildUnboundedTy;
1081 type = WildUnboundedTy.create(ImmutableList.of());