All Downloads are FREE. Search and download functionalities are using the official Maven repository.

water.codegen.CodeGenerator Maven / Gradle / Ivy

There is a newer version: 3.8.2.9
Show newest version
package water.codegen;

import water.exceptions.JCodeSB;

/**
 * Interface for code generator.
 */
public interface CodeGenerator {

  /** Generate code to given output.
   *
   * @param out  code generation output.
   */
  void generate(JCodeSB out);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy