org.jboss.byteman.agent.adapter
Class BMJSRInlinerAdapter

java.lang.Object
  extended by JSRInlinerAdapter
      extended by org.jboss.byteman.agent.adapter.BMJSRInlinerAdapter

public class BMJSRInlinerAdapter
extends JSRInlinerAdapter

a subclass of JSRInlinerAdapter which pushes local variable info through to the next adapter inline during code generation if it wants it


Constructor Summary
BMJSRInlinerAdapter(MethodVisitor mv, int access, java.lang.String name, java.lang.String desc, java.lang.String signature, java.lang.String[] exceptions)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BMJSRInlinerAdapter

public BMJSRInlinerAdapter(MethodVisitor mv,
                           int access,
                           java.lang.String name,
                           java.lang.String desc,
                           java.lang.String signature,
                           java.lang.String[] exceptions)