Uses of Interface
aQute.bnd.signatures.ReferenceTypeSignature
-
Packages that use ReferenceTypeSignature Package Description aQute.bnd.signatures -
-
Uses of ReferenceTypeSignature in aQute.bnd.signatures
Classes in aQute.bnd.signatures that implement ReferenceTypeSignature Modifier and Type Class Description class
ArrayTypeSignature
class
ClassTypeSignature
class
TypeVariableSignature
Fields in aQute.bnd.signatures declared as ReferenceTypeSignature Modifier and Type Field Description ReferenceTypeSignature
TypeParameter. classBound
ReferenceTypeSignature[]
TypeParameter. interfaceBounds
ReferenceTypeSignature
FieldSignature. type
ReferenceTypeSignature
TypeArgument. type
Methods in aQute.bnd.signatures that return ReferenceTypeSignature Modifier and Type Method Description ReferenceTypeSignature
FieldResolver. resolveField()
ReferenceTypeSignature
ClassResolver. resolveType(TypeArgument typeArgument)
protected ReferenceTypeSignature
ClassResolver. resolveType(TypeParameter[] typeParameters, TypeVariableSignature typeVariable)
ReferenceTypeSignature
ClassResolver. resolveType(TypeVariableSignature typeVariable)
ReferenceTypeSignature
MethodResolver. resolveType(TypeVariableSignature typeVariable)
Constructors in aQute.bnd.signatures with parameters of type ReferenceTypeSignature Constructor Description FieldSignature(ReferenceTypeSignature type)
TypeArgument(WildcardIndicator wildcard, ReferenceTypeSignature type)
TypeParameter(java.lang.String identifier, ReferenceTypeSignature classBound, ReferenceTypeSignature[] interfaceBounds)
-