Package com.dylibso.chicory.wasm.types
Class ElementSection.Builder
java.lang.Object
com.dylibso.chicory.wasm.types.ElementSection.Builder
- Enclosing class:
ElementSection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddElement(Element element) Add an element definition to this section.build()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addElement
Add an element definition to this section.- Parameters:
element- the element to add to this section (must not benull)- Returns:
- the Builder
-
build
-