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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in aQute.bnd.classfile declared as AttributeModifier and TypeFieldDescriptionfinal Attribute[]
CodeAttribute.attributes
final Attribute[]
ElementInfo.attributes
final Attribute[]
RecordAttribute.RecordComponent.attributes
Methods in aQute.bnd.classfile that return AttributeModifier and TypeMethodDescriptionstatic Attribute
Attribute.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 int
Attribute.attributes_length
(Attribute[] attributes) MemberInfo.Constructor.init
(int access_flags, String name, String descriptor, Attribute[] attributes) static void
Attribute.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) protected
ElementInfo
(int access, Attribute[] attributes) protected
MemberInfo
(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
Fields in aQute.bnd.classfile.builder declared as AttributeModifier and TypeFieldDescription(package private) static final Attribute[]
ClassFileBuilder.EMPTY_ATTRIBUTE_ARRAY
Fields in aQute.bnd.classfile.builder with type parameters of type AttributeMethods 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 -
Uses of Attribute in aQute.bnd.osgi
Fields in aQute.bnd.osgi declared as AttributeMethods in aQute.bnd.osgi with type parameters of type AttributeMethods in aQute.bnd.osgi that return AttributeMethods in aQute.bnd.osgi with parameters of type AttributeModifier and TypeMethodDescriptionprivate void
Clazz.processAttributes
(Attribute[] attributes, Annotation.ElementType elementType, int access_flags) Called for the attributes in the class, field, method or Code attribute.Constructors in aQute.bnd.osgi with parameters of type Attribute