public class Exporter extends Object
| Constructor and Description |
|---|
Exporter(CompileOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
export(Module module,
OutputStream binaryOutput,
Writer sourcemapOutput) |
void |
export(Module module,
PrintWriter pw) |
public Exporter(CompileOptions options)
public void export(Module module, PrintWriter pw) throws IOException
IOExceptionpublic void export(Module module, OutputStream binaryOutput, Writer sourcemapOutput) throws IOException
IOExceptionCopyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.