|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodVisitor | |
|---|---|
| org.mvel2.asm | Provides a small and fast bytecode manipulation framework. |
| org.mvel2.optimizers.impl.asm | |
| Uses of MethodVisitor in org.mvel2.asm |
|---|
| Fields in org.mvel2.asm declared as MethodVisitor | |
|---|---|
protected MethodVisitor |
MethodVisitor.mv
The method visitor to which this visitor must delegate method calls. |
| Methods in org.mvel2.asm that return MethodVisitor | |
|---|---|
MethodVisitor |
ClassVisitor.visitMethod(int access,
String name,
String descriptor,
String signature,
String[] exceptions)
Visits a method of the class. |
MethodVisitor |
ClassWriter.visitMethod(int access,
String name,
String descriptor,
String signature,
String[] exceptions)
|
| Constructors in org.mvel2.asm with parameters of type MethodVisitor | |
|---|---|
MethodVisitor(int api,
MethodVisitor methodVisitor)
Constructs a new MethodVisitor. |
|
| Uses of MethodVisitor in org.mvel2.optimizers.impl.asm |
|---|
| Methods in org.mvel2.optimizers.impl.asm with parameters of type MethodVisitor | |
|---|---|
void |
ProducesBytecode.produceBytecodeGet(MethodVisitor mv,
String propertyName,
VariableResolverFactory factory)
|
void |
ProducesBytecode.produceBytecodePut(MethodVisitor mv,
String propertyName,
VariableResolverFactory factory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||