Uses of Class
org.mvel2.asm.Attribute
-
Packages that use Attribute Package Description org.mvel2.asm Provides a small and fast bytecode manipulation framework. -
-
Uses of Attribute in org.mvel2.asm
Fields in org.mvel2.asm declared as Attribute Modifier and Type Field Description (package private) Attribute[]Context. attributePrototypesThe prototypes of the attributes that must be parsed in this class.private Attribute[]Attribute.Set. dataprivate AttributeClassWriter. firstAttributeThe first non standard attribute of this class.private AttributeFieldWriter. firstAttributeThe first non standard attribute of this field.private AttributeMethodWriter. firstAttributeThe first non standard attribute of this method.private AttributeMethodWriter. firstCodeAttributeThe first non standard attribute of the Code attribute.(package private) AttributeAttribute. nextAttributeThe next attribute in this attribute list (Attribute instances can be linked via this field to store a list of class, field, method or code attributes).Methods in org.mvel2.asm that return Attribute Modifier and Type Method Description private Attribute[]ClassWriter. getAttributePrototypes()Returns the prototypes of the attributes used by this class, its fields and its methods.protected AttributeAttribute. read(ClassReader classReader, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)Reads atypeattribute.private AttributeClassReader. readAttribute(Attribute[] attributePrototypes, java.lang.String type, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)Reads a non standard JVMS 'attribute' structure inClassReader.b.(package private) Attribute[]Attribute.Set. toArray()Methods in org.mvel2.asm with parameters of type Attribute Modifier and Type Method Description voidClassReader. accept(ClassVisitor classVisitor, Attribute[] attributePrototypes, int parsingOptions)Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of thisClassReader.private voidAttribute.Set. add(Attribute attribute)(package private) voidAttribute.Set. addAttributes(Attribute attributeList)private booleanAttribute.Set. contains(Attribute attribute)private AttributeClassReader. readAttribute(Attribute[] attributePrototypes, java.lang.String type, int offset, int length, char[] charBuffer, int codeAttributeOffset, Label[] labels)Reads a non standard JVMS 'attribute' structure inClassReader.b.voidClassVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the class.voidClassWriter. visitAttribute(Attribute attribute)voidFieldVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of the field.voidFieldWriter. visitAttribute(Attribute attribute)voidMethodVisitor. visitAttribute(Attribute attribute)Visits a non standard attribute of this method.voidMethodWriter. visitAttribute(Attribute attribute)
-