Package com.dylibso.chicory.wasm.types
Class TableSection
- java.lang.Object
-
- com.dylibso.chicory.wasm.types.Section
-
- com.dylibso.chicory.wasm.types.TableSection
-
public class TableSection extends Section
-
-
Constructor Summary
Constructors Constructor Description TableSection()Construct a new, empty section instance.TableSection(int estimatedSize)Construct a new, empty section instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intaddTable(Table table)Add a table definition to this section.TablegetTable(int idx)inttableCount()
-