|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
| Uses of Attribute in org.mvel2.asm |
|---|
| Methods in org.mvel2.asm that return Attribute | |
|---|---|
protected Attribute |
Attribute.read(ClassReader classReader,
int offset,
int length,
char[] charBuffer,
int codeAttributeOffset,
Label[] labels)
Reads a type attribute. |
| Methods in org.mvel2.asm with parameters of type Attribute | |
|---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attributePrototypes,
int parsingOptions)
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this ClassReader. |
void |
FieldVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of the field. |
void |
ClassVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of the class. |
void |
ClassWriter.visitAttribute(Attribute attribute)
|
void |
MethodVisitor.visitAttribute(Attribute attribute)
Visits a non standard attribute of this method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||