Uses of Class
org.eclipse.persistence.internal.libraries.asm.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm
Methods in org.eclipse.persistence.internal.libraries.asm that return AttributeModifier and TypeMethodDescriptionstatic AttributeAttribute.read(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sametypeas the given attribute.protected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads atypeattribute.Methods in org.eclipse.persistence.internal.libraries.asm with parameters of type AttributeModifier and TypeMethodDescriptionvoidClassReader.accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.static AttributeAttribute.read(Attribute attribute, ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads an attribute with the sametypeas the given attribute.voidClassVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of the class.final voidClassWriter.visitAttribute(Attribute attribute) voidFieldVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of the field.voidMethodVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of this method.voidRecordComponentVisitor.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 classA ModuleHashes attribute.final classA ModuleResolution attribute.final classA ModuleTarget attribute.Methods in org.eclipse.persistence.internal.libraries.asm.commons that return AttributeModifier and TypeMethodDescriptionprotected AttributeModuleHashesAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) protected AttributeModuleResolutionAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeOffset, Label[] labels) protected AttributeModuleTargetAttribute.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.attrsThe non standard attributes of this class.FieldNode.attrsThe non standard attributes of this field. * May be null.MethodNode.attrsThe non standard attributes of this method.RecordComponentNode.attrsThe non standard attributes of this record component. * May be null.Methods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type AttributeModifier and TypeMethodDescriptionvoidClassNode.visitAttribute(Attribute attribute) voidFieldNode.visitAttribute(Attribute attribute) voidMethodNode.visitAttribute(Attribute attribute) voidRecordComponentNode.visitAttribute(Attribute attribute)