Package | Description |
---|---|
org.mvel2.asm |
Provides a small and fast bytecode manipulation framework.
|
org.mvel2.asm.util |
Modifier and Type | Class and Description |
---|---|
class |
ClassAdapter
An empty
ClassVisitor that delegates to another ClassVisitor . |
class |
ClassWriter
A
ClassVisitor that generates classes in bytecode form. |
Modifier and Type | Field and Description |
---|---|
protected ClassVisitor |
ClassAdapter.cv
The
ClassVisitor to which this adapter delegates calls. |
Modifier and Type | Method and Description |
---|---|
void |
ClassReader.accept(ClassVisitor classVisitor,
Attribute[] attrs,
int flags)
Makes the given visitor visit the Java class of this
ClassReader . |
void |
ClassReader.accept(ClassVisitor classVisitor,
int flags)
Makes the given visitor visit the Java class of this
ClassReader . |
Constructor and Description |
---|
ClassAdapter(ClassVisitor cv)
Constructs a new
ClassAdapter object. |
Modifier and Type | Class and Description |
---|---|
class |
TraceClassVisitor
A
ClassVisitor that prints a disassembled view of the classes it
visits. |
Modifier and Type | Field and Description |
---|---|
protected ClassVisitor |
TraceClassVisitor.cv
The
ClassVisitor to which this visitor delegates calls. |
Constructor and Description |
---|
TraceClassVisitor(ClassVisitor cv,
PrintWriter pw)
Constructs a new
TraceClassVisitor . |
Copyright © 2013. All Rights Reserved.