Interface CodeGenTildaSupport

  • All Superinterfaces:
    CodeGenBase
    All Known Implementing Classes:
    TildaSupport

    public interface CodeGenTildaSupport
    extends CodeGenBase
    Interface for a generator module for the Support class
    Author:
    ldh
    • Method Detail

      • genFileStart

        void genFileStart​(java.io.PrintWriter Out,
                          Schema S)
                   throws java.lang.Exception
        Parameters:
        Out -
        Throws:
        java.lang.Exception
      • genSupportCode

        void genSupportCode​(java.io.PrintWriter Out,
                            GeneratorSession G,
                            Schema S)
                     throws java.lang.Exception
        Parameters:
        out -
        g -
        Throws:
        java.lang.Exception
      • genInitMethod

        void genInitMethod​(java.io.PrintWriter Out,
                           GeneratorSession G,
                           Schema S)
                    throws java.lang.Exception
        Throws:
        java.lang.Exception