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. EMPTY
TypeParameter[]
ClassSignature. typeParameters
TypeParameter[]
MethodSignature. typeParameters
Methods in aQute.bnd.signatures that return TypeParameter Modifier and Type Method Description (package private) static TypeParameter
TypeParameter. 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 void
TypeParameter. erasedBinaryReferences(TypeParameter[] typeParameters, java.util.Set<java.lang.String> references)
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)
-