Uses of Class
org.eclipse.persistence.internal.libraries.asm.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.eclipse.persistence.asm.internal.platform.eclipselink
Constructors in org.eclipse.persistence.asm.internal.platform.eclipselink with parameters of type Attribute -
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm
Methods in org.eclipse.persistence.internal.libraries.asm that return AttributeModifier and TypeMethodDescriptionstatic Attribute
Attribute.read
(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sametype
as the given attribute.protected Attribute
Attribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads atype
attribute.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type AttributeModifier and TypeMethodDescriptionvoid
ClassReader.accept
(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader
.static Attribute
Attribute.read
(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sametype
as the given attribute.void
ClassVisitor.visitAttribute
(Attribute attribute) Visits a non standard attribute of the class.final void
ClassWriter.visitAttribute
(Attribute attribute) void
FieldVisitor.visitAttribute
(Attribute attribute) Visits a non standard attribute of the field.void
MethodVisitor.visitAttribute
(Attribute attribute) Visits a non standard attribute of this method.void
RecordComponentVisitor.visitAttribute
(Attribute attribute) Visits a non standard attribute of the record component.static byte[]
Attribute.write
(Attribute attribute, ClassWriter classWriter, byte[] code, int codeLength, int maxStack, int maxLocals) Returns the byte array form of the content of the given attribute. -
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of Attribute in org.eclipse.persistence.internal.libraries.asm.commonsModifier and TypeClassDescriptionfinal class
A ModuleHashes attribute.final class
A ModuleResolution attribute.final class
A ModuleTarget attribute.Methods in org.eclipse.persistence.internal.libraries.asm.commons that return AttributeModifier and TypeMethodDescriptionprotected Attribute
ModuleHashesAttribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) protected Attribute
ModuleResolutionAttribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeOffset, Label[] labels) protected Attribute
ModuleTargetAttribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeOffset, Label[] labels) Methods in org.eclipse.persistence.internal.libraries.asm.commons with parameters of type Attribute -
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm.tree
Fields in org.eclipse.persistence.internal.libraries.asm.tree with type parameters of type AttributeModifier and TypeFieldDescriptionClassNode.attrs
The non standard attributes of this class.FieldNode.attrs
The non standard attributes of this field.MethodNode.attrs
The non standard attributes of this method.RecordComponentNode.attrs
The non standard attributes of this record component.Methods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type AttributeModifier and TypeMethodDescriptionvoid
ClassNode.visitAttribute
(Attribute attribute) void
FieldNode.visitAttribute
(Attribute attribute) void
MethodNode.visitAttribute
(Attribute attribute) void
RecordComponentNode.visitAttribute
(Attribute attribute)