Uses of Class
org.objectweb.asm.Attribute
Packages that use Attribute
Package
Description
Provides a small and fast bytecode manipulation framework.
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides ASM visitors that can be useful for programming and
debugging purposes.
Provides SAX 2.0 adapters for ASM
visitors to convert classes to and from XML.
-
Uses of Attribute in org.objectweb.asm
Methods in org.objectweb.asm that return AttributeModifier and TypeMethodDescriptionprotected AttributeAttribute.read(ClassReader cr, int off, int len, char[] buf, int codeOff, Label[] labels) Reads atypeattribute.Methods in org.objectweb.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.voidClassAdapter.visitAttribute(Attribute attr) 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.voidMethodAdapter.visitAttribute(Attribute attr) voidMethodVisitor.visitAttribute(Attribute attr) Visits a non standard attribute of this method. -
Uses of Attribute in org.objectweb.asm.commons
Methods in org.objectweb.asm.commons with parameters of type AttributeModifier and TypeMethodDescriptionvoidEmptyVisitor.visitAttribute(Attribute attr) voidRemappingFieldAdapter.visitAttribute(Attribute attr) -
Uses of Attribute in org.objectweb.asm.tree
Methods in org.objectweb.asm.tree with parameters of type AttributeModifier and TypeMethodDescriptionvoidMemberNode.visitAttribute(Attribute attr) Visits a non standard attribute of this class, field or method. -
Uses of Attribute in org.objectweb.asm.util
Methods in org.objectweb.asm.util that return AttributeModifier and TypeMethodDescriptionstatic Attribute[]AbstractVisitor.getDefaultAttributes()Returns the defaultASMifiableprototypes.Methods in org.objectweb.asm.util with parameters of type AttributeModifier and TypeMethodDescriptionvoidASMifierAbstractVisitor.visitAttribute(Attribute attr) Prints the ASM code that generates the given attribute.voidCheckClassAdapter.visitAttribute(Attribute attr) voidCheckFieldAdapter.visitAttribute(Attribute attr) voidCheckMethodAdapter.visitAttribute(Attribute attr) voidTraceAbstractVisitor.visitAttribute(Attribute attr) Prints a disassembled view of the given attribute.voidTraceClassVisitor.visitAttribute(Attribute attr) voidTraceFieldVisitor.visitAttribute(Attribute attr) voidTraceMethodVisitor.visitAttribute(Attribute attr) -
Uses of Attribute in org.objectweb.asm.xml
Methods in org.objectweb.asm.xml with parameters of type Attribute