toggle menu
metis-lang
jvm
switch theme
search in API
metis-lang
/
io.github.seggan.metis.runtime.chunk
/
Insn
/
RawJumpIf
Raw
Jump
If
data
class
RawJumpIf
(
val
label
:
Insn.Label
,
val
condition
:
Boolean
,
val
consume
:
Boolean
=
true
)
:
Insn.IllegalInsn
Members
Constructors
Raw
Jump
If
Link copied to clipboard
constructor
(
label
:
Insn.Label
,
condition
:
Boolean
,
consume
:
Boolean
=
true
)
Properties
condition
Link copied to clipboard
val
condition
:
Boolean
consume
Link copied to clipboard
val
consume
:
Boolean
=
true
label
Link copied to clipboard
val
label
:
Insn.Label