Class InvokeTriggerAdapter


  • public class InvokeTriggerAdapter
    extends RuleTriggerAdapter
    asm Adapter class used to add a rule event trigger call to a method of som egiven class
    • Constructor Detail

      • InvokeTriggerAdapter

        public InvokeTriggerAdapter​(org.objectweb.asm.ClassVisitor cv,
                                    TransformContext transformContext,
                                    String calledClass,
                                    String calledMethodName,
                                    String calledMethodDescriptor,
                                    int count,
                                    boolean whenComplete)
    • Method Detail

      • 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