Class BMLocalScopeAdapter


  • public class BMLocalScopeAdapter
    extends org.objectweb.asm.ClassVisitor
    a class adapter which uses to ensure that local variable scopes are notified during code visits
    • Constructor Detail

      • BMLocalScopeAdapter

        public BMLocalScopeAdapter​(org.objectweb.asm.ClassVisitor cv)
    • Method Detail

      • visitMethod

        public org.objectweb.asm.MethodVisitor visitMethod​(int access,
                                                           String name,
                                                           String desc,
                                                           String signature,
                                                           String[] exceptions)
        Overrides:
        visitMethod in class org.objectweb.asm.ClassVisitor