Class ThrowTriggerAdapter.ThrowTriggerMethodAdapter

Direct Known Subclasses:
ThrowTriggerAdapter.ThrowTriggerConstructorAdapter
Enclosing class:
ThrowTriggerAdapter

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

    • latched

      protected boolean latched
      flag used by subclass to avoid inserting trigger until after super constructor has been called
    • visitedCount

      private int visitedCount
  • Constructor Details

    • ThrowTriggerMethodAdapter

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