Class InvokeCheckAdapter

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

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

    • calledClass

      private String calledClass
    • calledMethodName

      private String calledMethodName
    • calledMethodDescriptor

      private String calledMethodDescriptor
    • matchedReturnType

      private String matchedReturnType
    • count

      private int count
    • visitedCount

      private int visitedCount
  • Constructor Details

    • InvokeCheckAdapter

      public InvokeCheckAdapter(org.objectweb.asm.ClassVisitor cv, TransformContext transformContext, String calledClass, String calledMethodName, String calledMethodDescriptor, int count)
  • 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