Interface CodeGenUtils.EmissionCallback

  • Enclosing class:
    CodeGenUtils

    public static interface CodeGenUtils.EmissionCallback
    A class that emits source code of some time when activated.
    • Method Detail

      • emit

        void emit​(PrintWriter output)
        Emit appropriate source code through the given writer.