Class ExceptionExitCheckAdapter

java.lang.Object
org.objectweb.asm.ClassVisitor

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

    • ExceptionExitCheckAdapter

      public ExceptionExitCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext)
  • Method Details

    • 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