Uses of Class
org.eclipse.sisu.space.asm.Attribute
-
Packages that use Attribute Package Description org.eclipse.sisu.space.asm -
-
Uses of Attribute in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.asm declared as Attribute Modifier and Type Field Description private 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 Attribute Modifier and Type Method Description protected Attribute
Attribute. read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)
Reads atype
attribute.private Attribute
ClassReader. readAttribute(Attribute[] attrs, java.lang.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 Attribute Modifier and Type Method Description void
ClassReader. accept(ClassVisitor classVisitor, Attribute[] attrs, int flags)
Makes the given visitor visit the Java class of thisClassReader
.private Attribute
ClassReader. readAttribute(Attribute[] attrs, java.lang.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.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)
-