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