Modifier and Type | Field and Description |
---|---|
public static final TypeVariable | |
private volatile TypeVariable | typeParameters
The formal type parameters. |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
private TypeVariable | |
public TypeVariable | Returns: the formal type parameters of this generic declarationReturns the formal type parameters of this generic declaration. |
EMPTY_TYPE_VARS | back to summary |
---|---|
public static final TypeVariable<?>[] EMPTY_TYPE_VARS |
typeParameters | back to summary |
---|---|
private volatile TypeVariable<?>[] typeParameters The formal type parameters. Lazily initialized. |
GenericDeclRepository | back to summary |
---|---|
protected GenericDeclRepository(String rawSig, GenericsFactory f) |
computeTypeParameters | back to summary |
---|---|
private TypeVariable |
getTypeParameters | back to summary |
---|---|
public TypeVariable Returns the formal type parameters of this generic declaration.
|