Class InvokeTriggerAdapter.InvokeTriggerConstructorAdapter

  • Enclosing class:
    InvokeTriggerAdapter

    private class InvokeTriggerAdapter.InvokeTriggerConstructorAdapter
    extends InvokeTriggerAdapter.InvokeTriggerMethodAdapter
    a method visitor used to add a rule event trigger call to a constructor -- this has to make sure the super constructor has been called before allowing a trigger call to be compiled
    • Constructor Detail

      • InvokeTriggerConstructorAdapter

        InvokeTriggerConstructorAdapter​(org.objectweb.asm.MethodVisitor mv,
                                        TransformContext transformContext,
                                        int access,
                                        java.lang.String name,
                                        java.lang.String descriptor,
                                        java.lang.String signature,
                                        java.lang.String[] exceptions)