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
/
AnnotatedInstruction
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
AnnotatedInstruction
from
Link copied to clipboard
fun
from
(
ins
:
Instruction
)
:
AnnotatedInstruction.Builder
opcode
Link copied to clipboard
fun
opcode
(
)
:
OpCode
scope
Link copied to clipboard
fun
scope
(
)
:
Instruction
?
update
Label
False
Link copied to clipboard
fun
updateLabelFalse
(
label
:
Int
)
:
AnnotatedInstruction.Builder
with
Catches
Link copied to clipboard
fun
withCatches
(
catches
:
List
<
CatchOpCode.Catch
>
)
:
AnnotatedInstruction.Builder
with
Depth
Link copied to clipboard
fun
withDepth
(
depth
:
Int
)
:
AnnotatedInstruction.Builder
with
Label
False
Link copied to clipboard
fun
withLabelFalse
(
label
:
Int
)
:
AnnotatedInstruction.Builder
with
Label
Table
Link copied to clipboard
fun
withLabelTable
(
labelTable
:
List
<
Int
>
)
:
AnnotatedInstruction.Builder
with
Label
True
Link copied to clipboard
fun
withLabelTrue
(
label
:
Int
)
:
AnnotatedInstruction.Builder
with
Scope
Link copied to clipboard
fun
withScope
(
scope
:
Instruction
)
:
AnnotatedInstruction.Builder