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 Link icon

  • Constructor Details Link icon

    • Unparser Link icon

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

      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 Link icon

      public Unparser()
  • Method Details Link icon