Package com.dylibso.chicory.wasm.types
Class Element
java.lang.Object
com.dylibso.chicory.wasm.types.Element
- Direct Known Subclasses:
ActiveElement,DeclarativeElement,PassiveElement
An element, used to initialize table ranges.
-
Method Details
-
type
- Returns:
- the type of the element values
-
initializers
- Returns:
- the list of instruction lists which are used to initialize each element in the range
-
elementCount
public int elementCount()This value is equal to the number of initializers present.- Returns:
- the number of elements defined by this section
-
equals
-
hashCode
public int hashCode()
-