Uses of Class
aQute.bnd.classfile.CodeAttribute
Packages that use CodeAttribute
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of CodeAttribute in aQute.bnd.classfile
Methods in aQute.bnd.classfile that return CodeAttributeModifier and TypeMethodDescriptionstatic CodeAttributeCodeAttribute.read(DataInput in, ConstantPool constant_pool) -
Uses of CodeAttribute in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type CodeAttributeModifier and TypeMethodDescriptionprivate voidClazz.processCode(CodeAttribute attribute, Annotation.ElementType elementType) private voidClazz.visitCode(ClassDataCollector cd, CodeAttribute attribute, Annotation.ElementType elementType) Constructors in aQute.bnd.osgi with parameters of type CodeAttributeModifierConstructorDescription(package private)CodeDef(CodeAttribute code, Annotation.ElementType elementType)