Searched refs:WildLowerBoundedTy (Results 1 – 10 of 10) sorted by relevance
32 import com.google.turbine.type.Type.WildLowerBoundedTy;120 WildLowerBoundedTy.create( in wildcard()
35 import com.google.turbine.type.Type.WildLowerBoundedTy;127 .asTypeMirror(WildLowerBoundedTy.create(ClassTy.STRING, ImmutableList.of())) in wildcardType()
100 Type.WildLowerBoundedTy.create( in equals()164 Type.WildLowerBoundedTy.create( in wildTy()
391 abstract class WildLowerBoundedTy extends WildTy { class393 public static WildLowerBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create()
52 import com.google.turbine.type.Type.WildLowerBoundedTy;335 return WildLowerBoundedTy.create( in bindType()
717 return Type.WildLowerBoundedTy.create(bindTy(scope, t.lower().get()), annotations); in bindWildTy()
320 return Type.WildLowerBoundedTy.create( in instantiateWildTy()373 return Type.WildLowerBoundedTy.create(canonicalize(base, type.bound()), type.annotations()); in canonicalizeWildTy()
79 return Type.WildLowerBoundedTy.create( in wildTy()
121 return new LowerBoundTySig(signature(((Type.WildLowerBoundedTy) ty).bound())); in wildTy()
576 return Type.WildLowerBoundedTy.create(subst(type.bound(), mapping), ImmutableList.of()); in substWildTy()1029 type = WildTy.WildLowerBoundedTy.create(asTurbineType(superBound), ImmutableList.of());