Searched refs:TypeVariableImpl (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/reflect/generics/reflectiveObjects/
H A DTypeVariableImpl.java40 public class TypeVariableImpl<D extends GenericDeclaration> class in inherits:LazyReflectiveObjectGenerator,TypeVariable
55 private TypeVariableImpl(D decl, String n, FieldTypeSignature[] bs, method in class:TypeVariableImpl
87 TypeVariableImpl<T> make(T decl, String name,
90 return new TypeVariableImpl<T>(decl, name, bs, f);
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/type/
H A DTypeVariableImpl.java44 public class TypeVariableImpl extends TypeMirrorImpl implements TypeVariable { class in inherits:TypeMirrorImpl,TypeVariable
49 TypeVariableImpl(AptEnv env, Type.TypeVar type) { method in class:TypeVariableImpl
H A DTypeMaker.java91 case TYPEVAR: return new TypeVariableImpl(env, (Type.TypeVar) t);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DTypeVariableImpl.java48 public class TypeVariableImpl extends AbstractTypeImpl implements TypeVariable { class in inherits:AbstractTypeImpl,TypeVariable
50 TypeVariableImpl(DocEnv env, TypeVar type) { method in class:TypeVariableImpl
H A DTypeMaker.java67 case TYPEVAR: return new TypeVariableImpl(env, (TypeVar)t);
162 s.append(TypeVariableImpl.typeVarToString(env, (TypeVar)t, full));
/openjdk7/jdk/test/java/beans/Introspector/
H A DTestTypeResolver.java131 private static abstract class TypeVariableImpl<D extends GenericDeclaration> class in class:TestTypeResolver
137 TypeVariableImpl(String name, D gd, Type... bounds) { method in class:TestTypeResolver.TypeVariableImpl
175 private static class ClassTypeVariable extends TypeVariableImpl<Class<?>> {
181 private static class MethodTypeVariable extends TypeVariableImpl<Method> {
/openjdk7/jdk/src/share/classes/sun/reflect/generics/factory/
H A DCoreReflectionFactory.java94 return TypeVariableImpl.make(getDecl(), name, bounds, this);

Completed in 35 milliseconds