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 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 AttributeModifier and TypeMethodDescriptionprotected AttributeAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) Reads atypeattribute.private AttributeClassReader.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 TypeMethodDescriptionvoidClassReader.accept(ClassVisitor classVisitor, Attribute[] attrs, int flags) Makes the given visitor visit the Java class of thisClassReader.private AttributeClassReader.readAttribute(Attribute[] attrs, 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.final 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)