Uses of Class
aQute.bnd.signatures.TypeVariableSignature
-
Packages that use TypeVariableSignature Package Description aQute.bnd.signatures -
-
Uses of TypeVariableSignature in aQute.bnd.signatures
Methods in aQute.bnd.signatures that return TypeVariableSignature Modifier and Type Method Description (package private) static TypeVariableSignature
TypeVariableSignature. parseTypeVariableSignature(StringRover signature)
Methods in aQute.bnd.signatures with parameters of type TypeVariableSignature Modifier and Type Method Description protected ReferenceTypeSignature
ClassResolver. resolveType(TypeParameter[] typeParameters, TypeVariableSignature typeVariable)
ReferenceTypeSignature
ClassResolver. resolveType(TypeVariableSignature typeVariable)
ReferenceTypeSignature
MethodResolver. resolveType(TypeVariableSignature typeVariable)
-