Class ExitCheckAdapter

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

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

    • earlyReturnHandlers

      private Vector<org.objectweb.asm.Label> earlyReturnHandlers
      table used to track which returns have been added because of exception handling code
  • Constructor Details

    • ExitCheckAdapter

      public ExitCheckAdapter(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