Uses of Interface
aQute.bnd.classfile.Attribute
Packages that use Attribute
Package
Description
This package provides an object model and parser for Java class files.
-
Uses of Attribute in aQute.bnd.classfile
Classes in aQute.bnd.classfile that implement AttributeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in aQute.bnd.classfile declared as AttributeModifier and TypeFieldDescriptionfinal Attribute[]CodeAttribute.attributesfinal Attribute[]ElementInfo.attributesfinal Attribute[]RecordAttribute.RecordComponent.attributesMethods in aQute.bnd.classfile that return AttributeModifier and TypeMethodDescriptionstatic AttributeAttribute.readAttribute(DataInput in, ConstantPool constant_pool) static Attribute[]Attribute.readAttributes(DataInput in, ConstantPool constant_pool) Methods in aQute.bnd.classfile with parameters of type AttributeModifier and TypeMethodDescriptionstatic intAttribute.attributes_length(Attribute[] attributes) MemberInfo.Constructor.init(int access_flags, String name, String descriptor, Attribute[] attributes) static voidAttribute.writeAttributes(DataOutput out, ConstantPool constant_pool, Attribute[] attributes) Constructors in aQute.bnd.classfile with parameters of type AttributeModifierConstructorDescriptionClassFile(int minor_version, int major_version, ConstantPool constant_pool, int access_flags, String this_class, String super_class, String[] interfaces, FieldInfo[] fields, MethodInfo[] methods, Attribute[] attributes) CodeAttribute(int max_stack, int max_locals, ByteBuffer code, CodeAttribute.ExceptionHandler[] exception_table, Attribute[] attributes) protectedElementInfo(int access, Attribute[] attributes) protectedMemberInfo(int access, String name, String descriptor, Attribute[] attributes) MethodInfo(int access_flags, String name, String descriptor, Attribute[] attributes) RecordComponent(String name, String descriptor, Attribute[] attributes) -
Uses of Attribute in aQute.bnd.classfile.builder
Methods in aQute.bnd.classfile.builder that return types with arguments of type AttributeMethods in aQute.bnd.classfile.builder with parameters of type AttributeModifier and TypeMethodDescriptionClassFileBuilder.attributes(Attribute attribute) ClassFileBuilder.attributes(Attribute[] attributes) ClassFileBuilder.attributes(Attribute attribute, Attribute... attributes) Method parameters in aQute.bnd.classfile.builder with type arguments of type Attribute