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