LocalSet

LocalSet

data class LocalSet

Represents the local.set instruction.

Fields

Name Description
val valueAstNode: Index<Local>

Node which calculates the value of the argument.

Constructors

<init>

constructor(valueAstNode: Index<Local>)

Represents the local.set instruction.

Parameters

Name Description
valueAstNode: Index<Local>