|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
org.mvel2.asm.util |
Uses of Attribute in org.mvel2.asm |
---|
Methods in org.mvel2.asm that return Attribute | |
---|---|
protected Attribute |
Attribute.read(ClassReader cr,
int off,
int len,
char[] buf,
int codeOff,
Label[] labels)
Reads a type attribute. |
Methods in org.mvel2.asm with parameters of type Attribute | |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this ClassReader . |
void |
FieldVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the field. |
void |
ClassAdapter.visitAttribute(Attribute attr)
|
void |
ClassWriter.visitAttribute(Attribute attr)
|
void |
MethodVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of this method. |
void |
ClassVisitor.visitAttribute(Attribute attr)
Visits a non standard attribute of the class. |
void |
MethodAdapter.visitAttribute(Attribute attr)
|
Uses of Attribute in org.mvel2.asm.util |
---|
Methods in org.mvel2.asm.util that return Attribute | |
---|---|
static Attribute[] |
AbstractVisitor.getDefaultAttributes()
Returns the default ASMifiable prototypes. |
Methods in org.mvel2.asm.util with parameters of type Attribute | |
---|---|
void |
TraceMethodVisitor.visitAttribute(Attribute attr)
|
void |
TraceFieldVisitor.visitAttribute(Attribute attr)
|
void |
TraceAbstractVisitor.visitAttribute(Attribute attr)
Prints a disassembled view of the given attribute. |
void |
TraceClassVisitor.visitAttribute(Attribute attr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |