Class OutputFileGenerator

java.lang.Object
org.javacc.utils.OutputFileGenerator

public class OutputFileGenerator extends Object
Generates boiler-plate files from templates. Only very basic template processing is supplied - if we need something more sophisticated I suggest we use a third-party library.
Since:
4.2
Author:
paulcager
  • Constructor Details

    • OutputFileGenerator

      public OutputFileGenerator(String templateName, Map options)
      Parameters:
      templateName - the name of the template. E.g. "/templates/Token.template".
      options - the processing options in force, such as "STATIC=yes"
  • Method Details