public abstract class Generator extends Object
| Constructor and Description |
|---|
Generator(FileManager manager) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
generate(CDocument document)
Each compiler must implement this method.
|
FileManager |
getFileManager() |
public Generator(FileManager manager)
public final FileManager getFileManager()
public abstract void generate(CDocument document) throws IOException, GeneratorException
IOExceptionGeneratorExceptionCopyright © 2016. All rights reserved.