Uses of Class
org.eclipse.persistence.internal.libraries.asm.Attribute
-
Packages that use Attribute Package Description org.eclipse.persistence.internal.libraries.asm org.eclipse.persistence.internal.libraries.asm.commons org.eclipse.persistence.internal.libraries.asm.tree -
-
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm
Methods in org.eclipse.persistence.internal.libraries.asm that return Attribute Modifier and Type Method Description 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 Attribute Modifier and Type Method Description voidClassReader. accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions)Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the class.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. -
Uses of Attribute in org.eclipse.persistence.internal.libraries.asm.commons
Subclasses of Attribute in org.eclipse.persistence.internal.libraries.asm.commons Modifier and Type Class Description classModuleHashesAttributeA ModuleHashes attribute.classModuleResolutionAttributeA ModuleResolution attribute.classModuleTargetAttributeA ModuleTarget attribute.Methods in org.eclipse.persistence.internal.libraries.asm.commons that return Attribute Modifier and Type Method Description protected 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 Modifier and Type Method Description voidClassRemapper. visitAttribute(Attribute 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 Attribute Modifier and Type Field Description List<Attribute>ClassNode. attrsThe non standard attributes of this class.List<Attribute>FieldNode. attrsThe non standard attributes of this field.List<Attribute>MethodNode. attrsThe non standard attributes of this method.List<Attribute>RecordComponentNode. attrsThe non standard attributes of this record component.Methods in org.eclipse.persistence.internal.libraries.asm.tree with parameters of type Attribute Modifier and Type Method Description voidClassNode. visitAttribute(Attribute attribute)voidFieldNode. visitAttribute(Attribute attribute)voidMethodNode. visitAttribute(Attribute attribute)voidRecordComponentNode. visitAttribute(Attribute attribute)
-