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

net.jangaroo.jooc.CodeGenerator Maven / Gradle / Ivy

There is a newer version: 4.1.17
Show newest version
package net.jangaroo.jooc;

import java.io.IOException;

/**
 * Code generators write JavaScript to a {@link net.jangaroo.jooc.JsWriter}.
 */
public interface CodeGenerator {
  void generate(final JsWriter out, boolean first) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy