Package | Description |
---|---|
org.mvel2.asm |
Provides a small and fast bytecode manipulation framework.
|
org.mvel2.asm.util | |
org.mvel2.optimizers.impl.asm |
Modifier and Type | Class and Description |
---|---|
class |
MethodAdapter
An empty
MethodVisitor that delegates to another
MethodVisitor . |
Modifier and Type | Field and Description |
---|---|
protected MethodVisitor |
MethodAdapter.mv
The
MethodVisitor to which this adapter delegates calls. |
Modifier and Type | Method and Description |
---|---|
MethodVisitor |
ClassWriter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
MethodVisitor |
ClassVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
Visits a method of the class.
|
MethodVisitor |
ClassAdapter.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
Constructor and Description |
---|
MethodAdapter(MethodVisitor mv)
Constructs a new
MethodAdapter object. |
Modifier and Type | Class and Description |
---|---|
class |
TraceMethodVisitor
A
MethodVisitor that prints a disassembled view of the methods it
visits. |
Modifier and Type | Field and Description |
---|---|
protected MethodVisitor |
TraceMethodVisitor.mv
The
MethodVisitor to which this visitor delegates calls. |
Modifier and Type | Method and Description |
---|---|
MethodVisitor |
TraceClassVisitor.visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
Constructor and Description |
---|
TraceMethodVisitor(MethodVisitor mv)
Constructs a new
TraceMethodVisitor . |
Modifier and Type | Method and Description |
---|---|
void |
ProducesBytecode.produceBytecodeGet(MethodVisitor mv,
String propertyName,
VariableResolverFactory factory) |
void |
ProducesBytecode.produceBytecodePut(MethodVisitor mv,
String propertyName,
VariableResolverFactory factory) |
Copyright © 2013. All Rights Reserved.