Class ThrowCheckAdapter


  • public class ThrowCheckAdapter
    extends RuleCheckAdapter
    asm Adapter class used to check that the target method for a rule exists in a class
    • Constructor Detail

      • ThrowCheckAdapter

        public ThrowCheckAdapter​(org.objectweb.asm.ClassVisitor cv,
                                 TransformContext transformContext,
                                 String exceptionClass,
                                 int count)
    • 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