Searched refs:typeVariableImpl (Results 1 – 1 of 1) sorted by relevance
326 TypeVariableImpl<D> typeVariableImpl = in newTypeVariableImpl() local330 TypeVariable.class, new TypeVariableInvocationHandler(typeVariableImpl)); in newTypeVariableImpl()372 private final TypeVariableImpl<?> typeVariableImpl; field in Types.TypeVariableInvocationHandler374 TypeVariableInvocationHandler(TypeVariableImpl<?> typeVariableImpl) { in TypeVariableInvocationHandler() argument375 this.typeVariableImpl = typeVariableImpl; in TypeVariableInvocationHandler()385 return typeVariableMethod.invoke(typeVariableImpl, args); in invoke()438 TypeVariableImpl<?> that = typeVariableInvocationHandler.typeVariableImpl; in equals()