Class TablesSection
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.TablesSection
-
public class TablesSection extends ModuleSection
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TablesSection.AnyFuncTable
-
Field Summary
Fields Modifier and Type Field Description private TablesSection.AnyFuncTable
funcTable
-
Constructor Summary
Constructors Constructor Description TablesSection(Module aModule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TablesSection.AnyFuncTable
funcTable()
boolean
hasFuncTable()
void
writeTo(BinaryWriter binaryWriter)
void
writeTo(TextWriter textWriter)
-
Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
getModule
-
-
-
-
Field Detail
-
funcTable
private TablesSection.AnyFuncTable funcTable
-
-
Constructor Detail
-
TablesSection
TablesSection(Module aModule)
-
-
Method Detail
-
writeTo
public void writeTo(TextWriter textWriter)
-
writeTo
public void writeTo(BinaryWriter binaryWriter) throws java.io.IOException
- Throws:
java.io.IOException
-
hasFuncTable
public boolean hasFuncTable()
-
funcTable
public TablesSection.AnyFuncTable funcTable()
-
-