Home
last modified time | relevance | path

Searched refs:extendsBounds (Results 1 – 6 of 6) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DTypeVariableName.java34 private final Iterable<? extends TypeName> extendsBounds; field in TypeVariableName
36 TypeVariableName(CharSequence name, Iterable<? extends TypeName> extendsBounds) { in TypeVariableName() argument
38 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()
/external/doclava/src/com/google/doclava/
DTypeInfo.java118 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() argument
322 mExtendsBounds = extendsBounds; in setBounds()
329 public ArrayList<TypeInfo> extendsBounds() { in extendsBounds() method in TypeInfo
DInfoBuilder.java289 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() local
931 extendsBounds.add(buildType(value)); in buildTypeVariables()
937 extendsBounds.add(buildType((ParseTree) obj)); in buildTypeVariables()
947 type.setBounds(superBounds, extendsBounds); in buildTypeVariables()
DConverter.java556 …ew ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(t.asWildcardType().extendsBounds()))));
591 if (t.asWildcardType().extendsBounds() != null) {
592 for (Type ty : t.asWildcardType().extendsBounds()) {
/external/doclava/res/assets/templates/
Dmacros.cs18 .extendsBounds.N.(more links) (... extends ... & ...)
30 if:subcount(type.extendsBounds) ?><?cs
31 each:t=type.extendsBounds ?><?cs
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...