Class Exporter
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.Exporter
-
public class Exporter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private CompileOptions
compileOptions
-
Constructor Summary
Constructors Constructor Description Exporter(CompileOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
export(Module module, java.io.OutputStream binaryOutput)
void
export(Module module, java.io.PrintWriter pw)
-
-
-
Field Detail
-
compileOptions
private final CompileOptions compileOptions
-
-
Constructor Detail
-
Exporter
public Exporter(CompileOptions options)
-
-