Class EntryCheckAdapter

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

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

    • EntryCheckAdapter

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