Searched refs:extendsBounds (Results 1 – 6 of 6) sorted by relevance
34 private final Iterable<? extends TypeName> extendsBounds; field in TypeVariableName36 TypeVariableName(CharSequence name, Iterable<? extends TypeName> extendsBounds) { in TypeVariableName() argument38 this.extendsBounds = extendsBounds; in TypeVariableName()48 for (TypeName bound : extendsBounds) { in referencedClasses()57 if (!Iterables.isEmpty(extendsBounds)) { in write()59 Iterator<? extends TypeName> iter = extendsBounds.iterator(); in write()79 && this.extendsBounds.equals(that.extendsBounds); in equals()87 return Objects.hashCode(name, extendsBounds); in hashCode()
118 if (other.extendsBounds() != null) { in TypeInfo()119 mExtendsBounds = new ArrayList<TypeInfo>(other.extendsBounds()); in TypeInfo()320 void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { in setBounds() argument322 mExtendsBounds = extendsBounds; in setBounds()329 public ArrayList<TypeInfo> extendsBounds() { in extendsBounds() method in TypeInfo
289 if (type.extendsBounds() != null && !type.extendsBounds().isEmpty()) { in printTypeName()291 for (TypeInfo t : type.extendsBounds()) { in printTypeName()292 if (t != type.extendsBounds().get(0)) { in printTypeName()716 newType.setBounds(type.superBounds(), type.extendsBounds()); in buildFields()891 ArrayList<TypeInfo> extendsBounds = new ArrayList<TypeInfo>(); in buildTypeVariables() local931 extendsBounds.add(buildType(value)); in buildTypeVariables()937 extendsBounds.add(buildType((ParseTree) obj)); in buildTypeVariables()947 type.setBounds(superBounds, extendsBounds); in buildTypeVariables()
556 …ew ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(t.asWildcardType().extendsBounds()))));591 if (t.asWildcardType().extendsBounds() != null) {592 for (Type ty : t.asWildcardType().extendsBounds()) {
18 .extendsBounds.N.(more links) (... extends ... & ...)30 if:subcount(type.extendsBounds) ?><?cs31 each:t=type.extendsBounds ?><?cs
META-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...