Class DeclarativeElement

java.lang.Object
com.dylibso.chicory.wasm.types.Element
com.dylibso.chicory.wasm.types.DeclarativeElement

public final class DeclarativeElement extends Element
A declarative element. A declarative element is not available at runtime.
  • Constructor Details

    • DeclarativeElement

      public DeclarativeElement(ValueType type, List<List<Instruction>> initializers)
      Construct a new instance.
      Parameters:
      type - the type of the element values (must not be null)
      initializers - the list of instruction lists which are used to initialize each element in the range (must not be null)