Interface InstructionBuilderCallback


Used in various places to allow some code to be constructed under controlled circumstances.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked by the builder to allow the callback to build some code.
  • Method Details