Class SourceMapSection
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.SourceMapSection
-
public class SourceMapSection extends ModuleSection
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
fileName
-
Constructor Summary
Constructors Constructor Description SourceMapSection(Module module, java.lang.String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTo(BinaryWriter binaryWriter)
void
writeTo(TextWriter textWriter)
-
Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
getModule
-
-
-
-
Constructor Detail
-
SourceMapSection
SourceMapSection(Module module, java.lang.String fileName)
-
-
Method Detail
-
writeTo
public void writeTo(TextWriter textWriter)
-
writeTo
public void writeTo(BinaryWriter binaryWriter) throws java.io.IOException
- Throws:
java.io.IOException
-
-