krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
wasm
/
uk.shusek.krwa.wasm.types
/
DeclarativeElement
Declarative
Element
class
DeclarativeElement
(
type
:
ValType
,
initializers
:
List
<
List
<
Instruction
>
>
)
:
Element
A declarative element. A declarative element is not available at runtime.
Members
Constructors
Declarative
Element
Link copied to clipboard
constructor
(
type
:
ValType
,
initializers
:
List
<
List
<
Instruction
>
>
)
Functions
element
Count
Link copied to clipboard
fun
elementCount
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
initializers
Link copied to clipboard
fun
initializers
(
)
:
List
<
List
<
Instruction
>
>
type
Link copied to clipboard
fun
type
(
)
:
ValType