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