Class SynchronizeTriggerAdapter


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

      • SynchronizeTriggerAdapter

        public SynchronizeTriggerAdapter​(org.objectweb.asm.ClassVisitor cv,
                                         TransformContext transformContext,
                                         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