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 (package private) static TypeParameter[]TypeParameter. EMPTYTypeParameter[]ClassSignature. typeParametersTypeParameter[]MethodSignature. typeParametersMethods in aQute.bnd.signatures that return TypeParameter Modifier and Type Method Description (package private) static TypeParameterTypeParameter. parseTypeParameter(StringRover signature)(package private) static TypeParameter[]TypeParameter. parseTypeParameters(StringRover signature)Methods in aQute.bnd.signatures with parameters of type TypeParameter Modifier and Type Method Description (package private) static voidTypeParameter. erasedBinaryReferences(TypeParameter[] typeParameters, java.util.Set<java.lang.String> references)protected ReferenceTypeSignatureClassResolver. 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)
-