Searched defs:interfaceBounds (Results 1 – 3 of 3) sorted by relevance
523 Type[] interfaceBounds(); in interfaceBounds() method567 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.TypeVarBoundedType568 Type[] interfaceBounds = new Type[typeVariable.getBounds().length - 1]; in interfaceBounds() local569 …System.arraycopy(typeVariable.getBounds(), 1, interfaceBounds, 0, typeVariable.getBounds().length … in interfaceBounds() local626 public Type[] interfaceBounds() { in interfaceBounds() method in GenericMetadataSupport.WildCardBoundedType
63 private final ImmutableList<TySig> interfaceBounds; field in Sig.TyParamSig65 public TyParamSig(String name, TySig classBound, ImmutableList<TySig> interfaceBounds) { in TyParamSig()78 public ImmutableList<TySig> interfaceBounds() { in interfaceBounds() method in Sig.TyParamSig
136 ImmutableList.Builder<TySig> interfaceBounds = ImmutableList.builder(); in parseTyParams() local