package sun.reflect.generics.repository;
This class represents the generic type information for a class.
The code is not dependent on a particular reflective implementation.
It is designed to be used unchanged by at least core reflection and JDI.
Static factory method.
- Parameters:
rawSig - the generic signature of the reflective object
that this repository is servicingf - a factory that will provide instances of reflective
objects when this repository converts its AST- Returns:
- a ClassRepository that manages the generic type
information represented in the signature rawSig
for (int i = 0; i < ts.length; i++) {