Class Unparser

java.lang.Object
eu.bandm.tools.metajava.format.Unparser
All Implemented Interfaces:
Unparser

public class Unparser extends Object implements Unparser
A converter from metajava models to Java TDOM.
  • Field Details

  • Constructor Details

    • Unparser

      public Unparser(File destination)
      ML added comment 20170609:
      Parameters:
      destination - The position of the root of the source file tree to generate.
    • Unparser

      public Unparser(File destination, int lineWidth)
      ML added comment 20170609:
      Parameters:
      destination - The position of the root of the source file tree to generate.
    • Unparser

      public Unparser()
  • Method Details