Uses of Class
org.eclipse.sisu.space.asm.Attribute
Packages that use Attribute
-
Uses of Attribute in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as AttributeModifier and TypeFieldDescriptionprivate Attribute
ClassWriter.attrs
The non standard attributes of this class.(package private) Attribute[]
Context.attrs
Prototypes of the attributes that must be parsed for this class.private Attribute
FieldWriter.attrs
The non standard attributes of this field.private Attribute
MethodWriter.attrs
The non standard attributes of the method.private Attribute
MethodWriter.cattrs
The non standard attributes of the method's code.(package private) Attribute
Attribute.next
The next attribute in this attribute list.Methods in org.eclipse.sisu.space.asm that return AttributeModifier and TypeMethodDescriptionprotected Attribute
Attribute.read
(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) Reads atype
attribute.private Attribute
ClassReader.readAttribute
(Attribute[] attrs, String type, int off, int len, char[] buf, int codeOff, Label[] labels) Reads an attribute inb
.Methods in org.eclipse.sisu.space.asm with parameters of type AttributeModifier and TypeMethodDescriptionvoid
ClassReader.accept
(ClassVisitor classVisitor, Attribute[] attrs, int flags) Makes the given visitor visit the Java class of thisClassReader
.private Attribute
ClassReader.readAttribute
(Attribute[] attrs, String type, int off, int len, char[] buf, int codeOff, Label[] labels) Reads an attribute inb
.void
ClassVisitor.visitAttribute
(Attribute attr) Visits a non standard attribute of the class.final void
ClassWriter.visitAttribute
(Attribute attr) void
FieldVisitor.visitAttribute
(Attribute attr) Visits a non standard attribute of the field.void
FieldWriter.visitAttribute
(Attribute attr) void
MethodVisitor.visitAttribute
(Attribute attr) Visits a non standard attribute of this method.void
MethodWriter.visitAttribute
(Attribute attr)