repository.grepcode.com$java$root@jdk$openjdk@6-b14
repository.grepcode.com$java$root@jdk$openjdk@6-b14@sun$reflect$generics$repository$GenericDeclRepository.java
file
oh
o
[]
package sun.reflect.generics.repository;
This class represents the generic type information for a generic
declaration.
The code is not dependent on a particular reflective implementation.
It is designed to be used unchanged by at least core reflection and JDI.
Return the formal type parameters of this generic declaration.
- Returns:
- the formal type parameters of this generic declaration
for (int i = 0; i < ftps.length; i++) {