Uses of Class
org.mvel2.asm.Attribute
Packages that use Attribute
-
Uses of Attribute in org.mvel2.asm
Methods in org.mvel2.asm that return AttributeModifier and TypeMethodDescriptionprotected AttributeAttribute.read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels) Reads atypeattribute.Methods in org.mvel2.asm with parameters of type AttributeModifier and TypeMethodDescriptionvoidClassReader.accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions) Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.voidClassVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of the class.final voidClassWriter.visitAttribute(Attribute attribute) voidFieldVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of the field.voidMethodVisitor.visitAttribute(Attribute attribute) Visits a non standard attribute of this method.