Home
last modified time | relevance | path

Searched defs:interfaceBounds (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericMetadataSupport.java600 Type[] interfaceBounds(); in interfaceBounds() method
646 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.TypeVarBoundedType
647 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1]; in interfaceBounds() local
651 interfaceBounds, in interfaceBounds() local
714 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.WildCardBoundedType
/external/turbine/java/com/google/turbine/bytecode/sig/
DSig.java63 private final ImmutableList<TySig> interfaceBounds; field in Sig.TyParamSig
66 String name, @Nullable TySig classBound, ImmutableList<TySig> interfaceBounds) { in TyParamSig()
78 public ImmutableList<TySig> interfaceBounds() { in interfaceBounds() method in Sig.TyParamSig
DSigParser.java138 ImmutableList.Builder<TySig> interfaceBounds = ImmutableList.builder(); in parseTyParams() local