Searched refs:TypeVariableImpl (Results 1 – 1 of 1) sorted by relevance
326 TypeVariableImpl<D> typeVariableImpl = in newTypeVariableImpl()327 new TypeVariableImpl<D>(genericDeclaration, name, bounds); in newTypeVariableImpl()358 for (Method method : TypeVariableImpl.class.getMethods()) {359 if (method.getDeclaringClass().equals(TypeVariableImpl.class)) {372 private final TypeVariableImpl<?> typeVariableImpl;374 TypeVariableInvocationHandler(TypeVariableImpl<?> typeVariableImpl) { in TypeVariableInvocationHandler()393 private static final class TypeVariableImpl<D extends GenericDeclaration> { class in Types399 TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { in TypeVariableImpl() method in Types.TypeVariableImpl438 TypeVariableImpl<?> that = typeVariableInvocationHandler.typeVariableImpl; in equals()