Class TableSection.Builder

java.lang.Object
com.dylibso.chicory.wasm.types.TableSection.Builder
Enclosing class:
TableSection

public static final class TableSection.Builder extends Object
  • Method Details

    • addTable

      public TableSection.Builder addTable(Table table)
      Add a table definition to this section.
      Parameters:
      table - the table to add to this section (must not be null)
      Returns:
      the Builder
    • build

      public TableSection build()