Class ExceptionExitCheckAdapter


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

      • ExceptionExitCheckAdapter

        public ExceptionExitCheckAdapter​(org.objectweb.asm.ClassVisitor cv,
                                         TransformContext transformContext)
    • 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