Uses of Class
com.googlecode.aviator.asm.Attribute
-
Packages that use Attribute Package Description com.googlecode.aviator.asm -
-
Uses of Attribute in com.googlecode.aviator.asm
Fields in com.googlecode.aviator.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 com.googlecode.aviator.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 com.googlecode.aviator.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)
-