Element

abstract class Element(type: ValType, initializers: List<List<Instruction>>)

An element, used to initialize table ranges.

Inheritors

Constructors

Link copied to clipboard
constructor(type: ValType, initializers: List<List<Instruction>>)

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
fun type(): ValType