Uses of Interface
aQute.bnd.signatures.ReferenceTypeSignature
Packages that use ReferenceTypeSignature
-
Uses of ReferenceTypeSignature in aQute.bnd.signatures
Classes in aQute.bnd.signatures that implement ReferenceTypeSignatureModifier and TypeClassDescriptionclass
class
class
Fields in aQute.bnd.signatures declared as ReferenceTypeSignatureModifier and TypeFieldDescriptionfinal ReferenceTypeSignature
TypeParameter.classBound
(package private) static final ReferenceTypeSignature[]
Signatures.EMPTY_ReferenceTypeSignature
final ReferenceTypeSignature[]
TypeParameter.interfaceBounds
final ReferenceTypeSignature
FieldSignature.type
final ReferenceTypeSignature
TypeArgument.type
Methods in aQute.bnd.signatures that return ReferenceTypeSignatureModifier and TypeMethodDescription(package private) static ReferenceTypeSignature
Signatures.parseReferenceTypeSignature
(StringRover signature) FieldResolver.resolveField()
ClassResolver.resolveType
(TypeArgument typeArgument) protected ReferenceTypeSignature
ClassResolver.resolveType
(TypeParameter[] typeParameters, TypeVariableSignature typeVariable) ClassResolver.resolveType
(TypeVariableSignature typeVariable) MethodResolver.resolveType
(TypeVariableSignature typeVariable) Constructors in aQute.bnd.signatures with parameters of type ReferenceTypeSignatureModifierConstructorDescriptionTypeArgument
(WildcardIndicator wildcard, ReferenceTypeSignature type) TypeParameter
(String identifier, ReferenceTypeSignature classBound, ReferenceTypeSignature[] interfaceBounds)