Uses of Class
com.googlecode.aviator.asm.Attribute
Packages that use Attribute
-
Uses of Attribute in com.googlecode.aviator.asm
Methods in com.googlecode.aviator.asm that return AttributeModifier and TypeMethodDescriptionprotected AttributeAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) Reads atypeattribute.Methods in com.googlecode.aviator.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.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.voidMethodVisitor.visitAttribute(Attribute attr) Visits a non standard attribute of this method.