Class BaseGen

    • Constructor Detail

      • BaseGen

        public BaseGen()
    • Method Detail

      • writeIndent

        public void writeIndent​(Writer out,
                                int indent)
                         throws IOException
        Output space
        Parameters:
        out - Writer
        indent - space number
        Throws:
        IOException - ioException
      • writeheader

        public void writeheader​(Definition def,
                                Writer out)
                         throws IOException
        Output class head, for example license
        Parameters:
        def - definition
        out - Writer
        Throws:
        IOException - ioException