Package org.jboss.byteman.agent.adapter
Class BMJSRInliner
- java.lang.Object
-
- org.objectweb.asm.ClassVisitor
-
- org.jboss.byteman.agent.adapter.BMJSRInliner
-
public class BMJSRInliner extends org.objectweb.asm.ClassVisitor
a modified version of JSRInliner which uses a slightly modified version of JSRInlinerAdapter to ensure that local variable scopes are notified during code visits
-
-
Constructor Summary
Constructors Constructor Description BMJSRInliner(org.objectweb.asm.ClassVisitor cv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.objectweb.asm.MethodVisitor
visitMethod(int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
-