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 AttributeClassWriter. attrsThe non standard attributes of this class.(package private) Attribute[]Context. attrsPrototypes of the attributes that must be parsed for this class.private AttributeFieldWriter. attrsThe non standard attributes of this field.private AttributeMethodWriter. attrsThe non standard attributes of the method.private AttributeMethodWriter. cattrsThe non standard attributes of the method's code.(package private) AttributeAttribute. nextThe next attribute in this attribute list.Methods in org.eclipse.sisu.space.asm that return Attribute Modifier and Type Method Description protected AttributeAttribute. read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels)Reads atypeattribute.private AttributeClassReader. 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 voidClassReader. accept(ClassVisitor classVisitor, Attribute[] attrs, int flags)Makes the given visitor visit the Java class of thisClassReader.private AttributeClassReader. readAttribute(Attribute[] attrs, java.lang.String type, int off, int len, char[] buf, int codeOff, Label[] labels)Reads an attribute inb.voidClassVisitor. visitAttribute(Attribute attr)Visits a non standard attribute of the class.voidClassWriter. visitAttribute(Attribute attr)voidFieldVisitor. visitAttribute(Attribute attr)Visits a non standard attribute of the field.voidFieldWriter. visitAttribute(Attribute attr)voidMethodVisitor. visitAttribute(Attribute attr)Visits a non standard attribute of this method.voidMethodWriter. visitAttribute(Attribute attr)
-