Home
last modified time | relevance | path

Searched refs:boundKind (Results 1 – 11 of 11) sorted by relevance

/external/turbine/java/com/google/turbine/processing/
DTurbineTypes.java231 && a.boundKind() == BoundKind.LOWER in isSameWildType()
238 switch (a.boundKind()) { in isSameWildType()
240 switch (b.boundKind()) { in isSameWildType()
251 switch (b.boundKind()) { in isSameWildType()
262 return b.boundKind() == BoundKind.LOWER && isSameType(a.bound(), b.bound()); in isSameWildType()
264 throw new AssertionError(a.boundKind()); in isSameWildType()
274 && w.boundKind() == BoundKind.LOWER in isSameClassType()
570 switch (type.boundKind()) { in substWildTy()
578 throw new AssertionError(type.boundKind()); in substWildTy()
716 switch (w1.boundKind()) { in containedBy()
[all …]
DTurbineTypeMirror.java580 return type.boundKind() == BoundKind.UPPER ? factory.asTypeMirror(type.bound()) : null; in getExtendsBound()
585 return type.boundKind() == BoundKind.LOWER ? factory.asTypeMirror(type.bound()) : null; in getSuperBound()
/external/turbine/java/com/google/turbine/bytecode/sig/
DSig.java165 public abstract BoundKind boundKind(); in boundKind() method in Sig.WildTySig
188 public BoundKind boundKind() { in boundKind() method in Sig.UpperBoundTySig
208 public BoundKind boundKind() { in boundKind() method in Sig.LowerBoundTySig
216 public BoundKind boundKind() { in boundKind() method in Sig.WildTyArgSig
DSigWriter.java104 switch (sig.boundKind()) { in wildTyArgSig()
/external/turbine/java/com/google/turbine/type/
DType.java342 public abstract BoundKind boundKind(); in boundKind() method in Type.WildTy
368 public BoundKind boundKind() { in boundKind() method in Type.WildUpperBoundedTy
402 public BoundKind boundKind() { in boundKind() method in Type.WildLowerBoundedTy
432 public BoundKind boundKind() { in boundKind() method in Type.WildUnboundedTy
/external/turbine/java/com/google/turbine/types/
DErasure.java97 switch (ty.boundKind()) { in eraseWildTy()
104 throw new AssertionError(ty.boundKind()); in eraseWildTy()
DCanonicalize.java313 switch (type.boundKind()) { in instantiateWildTy()
323 throw new AssertionError(type.boundKind()); in instantiateWildTy()
369 switch (type.boundKind()) { in canonicalizeWildTy()
377 throw new AssertionError(type.boundKind()); in canonicalizeWildTy()
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBinder.java75 switch (sig.boundKind()) { in wildTy()
85 throw new AssertionError(sig.boundKind()); in wildTy()
/external/turbine/java/com/google/turbine/lower/
DLowerSignature.java115 switch (ty.boundKind()) { in wildTy()
123 throw new AssertionError(ty.boundKind()); in wildTy()
DLower.java758 switch (type.boundKind()) { in lowerWildTyTypeAnnotations()
/external/turbine/java/com/google/turbine/binder/
DConstBinder.java326 switch (wildTy.boundKind()) { in bindType()
339 throw new AssertionError(wildTy.boundKind()); in bindType()