Uses of Class
jersey.repackaged.org.objectweb.asm.Attribute
-
Uses of Attribute in jersey.repackaged.org.objectweb.asm
Modifier 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.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
.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.