Interface CodeGenUtils.EmissionCallback

Enclosing class:
CodeGenUtils

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

    Modifier and Type
    Method
    Description
    void
    emit(PrintWriter output)
    Emit appropriate source code through the given writer.
  • Method Details

    • emit

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