LocalGet data class LocalGet Represents the local.get 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.get instruction. Parameters Name Description valueAstNode: Index<Local>
Represents the local.get instruction.