Class NewCheckAdapter

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

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

    • typeName

      private String typeName
    • count

      private int count
    • whenComplete

      private boolean whenComplete
  • Constructor Details

    • NewCheckAdapter

      public NewCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext, String typeName, int count, boolean whenComplete)
  • 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