Home
last modified time | relevance | path

Searched refs:interfaceBounds (Results 1 – 10 of 10) sorted by relevance

/external/turbine/java/com/google/turbine/bytecode/sig/
DSig.java63 private final ImmutableList<TySig> interfaceBounds; field in Sig.TyParamSig
65 public TyParamSig(String name, TySig classBound, ImmutableList<TySig> interfaceBounds) { in TyParamSig() argument
68 this.interfaceBounds = interfaceBounds; in TyParamSig()
78 public ImmutableList<TySig> interfaceBounds() { in interfaceBounds() method in Sig.TyParamSig
79 return interfaceBounds; in interfaceBounds()
DSigParser.java136 ImmutableList.Builder<TySig> interfaceBounds = ImmutableList.builder(); in parseTyParams() local
139 interfaceBounds.add(parseFieldSig()); in parseTyParams()
141 tyParams.add(new TyParamSig(identifier.toString(), classBound, interfaceBounds.build())); in parseTyParams()
DSigWriter.java69 for (Sig.TySig f : tyParamSig.interfaceBounds()) { in writeFormalTyParamSig()
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericMetadataSupport.java418 return Arrays.asList(((BoundedType) type).interfaceBounds()); in extraInterfaces()
523 Type[] interfaceBounds(); in interfaceBounds() method
567 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.TypeVarBoundedType
568 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1]; in interfaceBounds() local
569 …System.arraycopy(typeVariable.getBounds(), 1, interfaceBounds, 0, typeVariable.getBounds().length … in interfaceBounds() local
570 return interfaceBounds; in interfaceBounds()
589 …{firstBound=" + firstBound() + ", interfaceBounds=" + Arrays.deepToString(interfaceBounds()) + '}'; in toString()
626 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.WildCardBoundedType
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DGenericMetadataSupportTest.java178 assertThat(boundedType.interfaceBounds()).isEmpty(); in paramType_with_wildcard_return_type_of____returning_wildcard_with_class_lower_bound____resolved_to_List_and_type_argument_to_Integer()
189 assertThat(boundedType.interfaceBounds()).contains(Cloneable.class); } in paramType_with_wildcard_return_type_of____returning_wildcard_with_typeVar_lower_bound____resolved_to_List_and_type_argument_to_Integer()
199 assertThat(boundedType.interfaceBounds()).contains(Cloneable.class); in paramType_with_wildcard_return_type_of____returning_wildcard_with_typeVar_upper_bound____resolved_to_List_and_type_argument_to_Integer()
/external/turbine/java/com/google/turbine/binder/bytecode/
DBytecodeBoundClass.java332 for (Sig.TySig t : sig.interfaceBounds()) { in bindTyParam()
/external/kotlinc/lib/
Dkotlin-annotation-processing.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jetbrains/ org/ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...