Uses of Class
aQute.bnd.signatures.TypeParameter
-
Packages that use TypeParameter Package Description aQute.bnd.signatures -
-
Uses of TypeParameter in aQute.bnd.signatures
Fields in aQute.bnd.signatures declared as TypeParameter Modifier and Type Field Description TypeParameter[]
ClassSignature. typeParameters
TypeParameter[]
MethodSignature. typeParameters
Methods in aQute.bnd.signatures with parameters of type TypeParameter Modifier and Type Method Description protected ReferenceTypeSignature
ClassResolver. resolveType(TypeParameter[] typeParameters, TypeVariableSignature typeVariable)
Constructors in aQute.bnd.signatures with parameters of type TypeParameter Constructor Description ClassSignature(TypeParameter[] typeParameters, ClassTypeSignature superClass, ClassTypeSignature[] superInterfaces)
MethodSignature(TypeParameter[] typeParameters, JavaTypeSignature[] parameterTypes, Result resultType, ThrowsSignature[] throwTypes)
-