cadenza / cadenza.jit / Code / If

If

class If : Code

Constructors

<init>

If(type: Type, condNode: Code, thenNode: Code, elseNode: Code, loc: Loc? = null)

Properties

type

val type: Type

Functions

execute

fun execute(frame: VirtualFrame): Any?

executeBoolean

fun executeBoolean(frame: VirtualFrame): Boolean

executeInteger

fun executeInteger(frame: VirtualFrame): Int