Class EntryTriggerAdapter.EntryTriggerConstructorAdapter

  • Enclosing class:
    EntryTriggerAdapter

    private class EntryTriggerAdapter.EntryTriggerConstructorAdapter
    extends EntryTriggerAdapter.EntryTriggerMethodAdapter
    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

      • EntryTriggerConstructorAdapter

        EntryTriggerConstructorAdapter​(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)