Uses of Class
aQute.bnd.classfile.SignatureAttribute
Packages that use SignatureAttribute
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of SignatureAttribute in aQute.bnd.classfile
Methods in aQute.bnd.classfile that return SignatureAttributeModifier and TypeMethodDescriptionstatic SignatureAttributeSignatureAttribute.read(DataInput in, ConstantPool constant_pool) -
Uses of SignatureAttribute in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type SignatureAttributeModifier and TypeMethodDescriptionprivate voidClazz.processSignature(SignatureAttribute attribute, Annotation.ElementType elementType, int access_flags) private voidClazz.visitSignature(ClassDataCollector cd, SignatureAttribute attribute)