Home
last modified time | relevance | path

Searched refs:WildUpperBoundedTy (Results 1 – 7 of 7) sorted by relevance

/external/turbine/javatests/com/google/turbine/lower/
DLowerSignatureTest.java34 import com.google.turbine.type.Type.WildUpperBoundedTy;
122 WildUpperBoundedTy.create( in wildcard()
/external/turbine/java/com/google/turbine/type/
DType.java237 abstract class WildUpperBoundedTy extends WildTy { class
239 public static WildUpperBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create()
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java54 import com.google.turbine.type.Type.WildUpperBoundedTy;
314 return WildUpperBoundedTy.create( in bindType()
DTypeBinder.java710 return Type.WildUpperBoundedTy.create(bindTy(scope, t.upper().get()), annotations); in bindWildTy()
/external/turbine/java/com/google/turbine/types/
DCanonicalize.java312 return Type.WildUpperBoundedTy.create( in instantiateWildTy()
371 return Type.WildUpperBoundedTy.create(canonicalize(base, type.bound()), type.annotations()); in canonicalizeWildTy()
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java82 return Type.WildUpperBoundedTy.create( in wildTy()
/external/turbine/java/com/google/turbine/lower/
DLowerSignature.java128 return new UpperBoundTySig(signature(((Type.WildUpperBoundedTy) ty).bound())); in wildTy()