Searched defs:interfaceBounds (Results 1 – 3 of 3) sorted by relevance
600 Type[] interfaceBounds(); in interfaceBounds() method646 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.TypeVarBoundedType647 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1]; in interfaceBounds() local651 interfaceBounds, in interfaceBounds() local714 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.WildCardBoundedType
63 private final ImmutableList<TySig> interfaceBounds; field in Sig.TyParamSig66 String name, @Nullable TySig classBound, ImmutableList<TySig> interfaceBounds) { in TyParamSig()78 public ImmutableList<TySig> interfaceBounds() { in interfaceBounds() method in Sig.TyParamSig
138 ImmutableList.Builder<TySig> interfaceBounds = ImmutableList.builder(); in parseTyParams() local