Uses of Class
aQute.bnd.signatures.WildcardIndicator
-
Packages that use WildcardIndicator Package Description aQute.bnd.signatures -
-
Uses of WildcardIndicator in aQute.bnd.signatures
Fields in aQute.bnd.signatures declared as WildcardIndicator Modifier and Type Field Description WildcardIndicator
TypeArgument. wildcard
Methods in aQute.bnd.signatures that return WildcardIndicator Modifier and Type Method Description static WildcardIndicator
WildcardIndicator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WildcardIndicator[]
WildcardIndicator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in aQute.bnd.signatures with parameters of type WildcardIndicator Constructor Description TypeArgument(WildcardIndicator wildcard, ReferenceTypeSignature type)
-