Interface DeferredCode


public interface DeferredCode
Bytecode instructions that are held/deferred so that they can be removed entirely if desired (initialisation of OneToMany and ManyToMany properties).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Write the bytecode to the method visitor.
  • Method Details

    • write

      void write(MethodVisitor mv)
      Write the bytecode to the method visitor.

      Called when it is deemed the instructions should not be removed.