Class SynchronizeTriggerAdapter.SynchronizeTriggerMethodAdapter

java.lang.Object
org.objectweb.asm.MethodVisitor
Enclosing class:
SynchronizeTriggerAdapter

private class SynchronizeTriggerAdapter.SynchronizeTriggerMethodAdapter extends RuleTriggerMethodAdapter
a method visitor used to add a rule event trigger call to a method
  • Field Details

    • visitedCount

      private int visitedCount
  • Constructor Details

    • SynchronizeTriggerMethodAdapter

      SynchronizeTriggerMethodAdapter(org.objectweb.asm.MethodVisitor mv, TransformContext transformContext, int access, String name, String descriptor, String signature, String[] exceptions)
  • Method Details