Class MemoryInstruction

java.lang.Object
org.ek9lang.compiler.ir.IRInstruction
org.ek9lang.compiler.ir.MemoryInstruction
All Implemented Interfaces:
INode

public final class MemoryInstruction extends IRInstruction
Specialized IR instruction for memory operations (LOAD, STORE, ALLOCA).

Memory instructions handle variable access and allocation in the EK9 IR.