Searched refs:WildUpperBoundedTy (Results 1 – 7 of 7) sorted by relevance
34 import com.google.turbine.type.Type.WildUpperBoundedTy;122 WildUpperBoundedTy.create( in wildcard()
237 abstract class WildUpperBoundedTy extends WildTy { class239 public static WildUpperBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create()
54 import com.google.turbine.type.Type.WildUpperBoundedTy;314 return WildUpperBoundedTy.create( in bindType()
710 return Type.WildUpperBoundedTy.create(bindTy(scope, t.upper().get()), annotations); in bindWildTy()
312 return Type.WildUpperBoundedTy.create( in instantiateWildTy()371 return Type.WildUpperBoundedTy.create(canonicalize(base, type.bound()), type.annotations()); in canonicalizeWildTy()
82 return Type.WildUpperBoundedTy.create( in wildTy()
128 return new UpperBoundTySig(signature(((Type.WildUpperBoundedTy) ty).bound())); in wildTy()