Uses of Class
aQute.bnd.classfile.CodeAttribute
-
Packages that use CodeAttribute Package Description aQute.bnd.classfile This package provides an object model and parser for Java class files.aQute.bnd.osgi -
-
Uses of CodeAttribute in aQute.bnd.classfile
Methods in aQute.bnd.classfile that return CodeAttribute Modifier and Type Method Description static CodeAttribute
CodeAttribute. read(java.io.DataInput in, ConstantPool constant_pool)
-
Uses of CodeAttribute in aQute.bnd.osgi
Methods in aQute.bnd.osgi with parameters of type CodeAttribute Modifier and Type Method Description private void
Clazz. processCode(CodeAttribute attribute, Annotation.ElementType elementType)
private void
Clazz. visitCode(ClassDataCollector cd, CodeAttribute attribute, Annotation.ElementType elementType)
Constructors in aQute.bnd.osgi with parameters of type CodeAttribute Constructor Description CodeDef(CodeAttribute code, Annotation.ElementType elementType)
-