Class NameSection
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.NameSection
-
public class NameSection extends ModuleSection
-
-
Constructor Summary
Constructors Constructor Description NameSection(Module module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeCodeTo(BinaryWriter writer)
-
Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
getModule
-
-
-
-
Constructor Detail
-
NameSection
public NameSection(Module module)
-
-
Method Detail
-
writeCodeTo
public void writeCodeTo(BinaryWriter writer) throws java.io.IOException
- Throws:
java.io.IOException
-
-