Searched refs:getExtendsBounds (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DWildcardTypeImpl.java55 return TypeMaker.getTypes(env, getExtendsBounds((Type.WildcardType)type));
104 List<Type> bounds = getExtendsBounds(wildThing);
124 private static List<Type> getExtendsBounds(Type.WildcardType wild) { method in class:WildcardTypeImpl
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DTypeParameterDeclarationImpl.java103 for (Type bound : getExtendsBounds(env, tv)) {
115 private static Iterable<Type> getExtendsBounds(AptEnv env, method in class:TypeParameterDeclarationImpl

Completed in 29 milliseconds