Package | Description |
---|---|
aQute.bnd.compatibility |
Modifier and Type | Class and Description |
---|---|
static class |
GenericType.GenericArray |
static class |
GenericType.GenericWildcard |
Modifier and Type | Field and Description |
---|---|
(package private) GenericType[] |
GenericType.a |
(package private) GenericType[] |
GenericType.b |
(package private) GenericType |
Scope.base |
(package private) GenericType[] |
GenericParameter.bounds |
(package private) static GenericType[] |
GenericType.EMPTY |
(package private) GenericType[] |
Scope.exceptions |
(package private) GenericType[] |
Scope.parameters |
Modifier and Type | Method and Description |
---|---|
private GenericType |
RuntimeSignatureBuilder.convert(Scope source,
java.lang.reflect.Type t) |
private GenericType[] |
RuntimeSignatureBuilder.convert(java.lang.reflect.Type[] parameterTypes) |
Modifier and Type | Method and Description |
---|---|
void |
Scope.setBase(GenericType typeSignature) |
void |
Scope.setExceptionTypes(GenericType[] convert) |
void |
Scope.setParameterTypes(GenericType[] convert) |
Constructor and Description |
---|
GenericParameter(java.lang.String name,
GenericType[] bounds) |