Uses of Class
org.eclipse.persistence.internal.libraries.asm.Attribute
Package
Description
-
Uses of Attribute in org.eclipse.persistence.asm.internal.platform.eclipselink
-
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm
Modifier and TypeMethodDescriptionprotected Attribute
Attribute.read
(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads atype
attribute.Modifier 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
.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. -
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm.commons
Modifier and TypeClassDescriptionfinal class
A ModuleHashes attribute.final class
A ModuleResolution attribute.final class
A ModuleTarget attribute.Modifier 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) -
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm.tree
Modifier 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.Modifier and TypeMethodDescriptionvoid
ClassNode.visitAttribute
(Attribute attribute) void
FieldNode.visitAttribute
(Attribute attribute) void
MethodNode.visitAttribute
(Attribute attribute) void
RecordComponentNode.visitAttribute
(Attribute attribute)