Searched defs:lowerBounds (Results 1 – 5 of 5) sorted by relevance
33 public final List<TypeName> lowerBounds; field in WildcardTypeName35 private WildcardTypeName(List<TypeName> upperBounds, List<TypeName> lowerBounds) { in WildcardTypeName()39 private WildcardTypeName(List<TypeName> upperBounds, List<TypeName> lowerBounds, in WildcardTypeName()
73 Type[] lowerBounds = wildcard.getLowerBounds(); in newArrayType() local458 private final ImmutableList<Type> lowerBounds; field in Types.WildcardTypeImpl461 WildcardTypeImpl(Type[] lowerBounds, Type[] upperBounds) { in WildcardTypeImpl()
182 Type[] lowerBounds = type.getLowerBounds(); in resolveWildcardType() local406 Type[] lowerBounds = wildcardType.getLowerBounds(); in capture() local
494 public WildcardTypeImpl(Type[] upperBounds, Type[] lowerBounds) { in WildcardTypeImpl()
617 Type[] lowerBounds = wildcard.getLowerBounds(); in firstBound() local