Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/reflect/
DTypes.java326 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 Types
399 TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { in TypeVariableImpl() method in Types.TypeVariableImpl
438 TypeVariableImpl<?> that = typeVariableInvocationHandler.typeVariableImpl; in equals()