Package org.ek9lang.compiler.ir.instructions


package org.ek9lang.compiler.ir.instructions
IR Instruction Classes - The instruction set for EK9 intermediate representation.

This package contains the sealed hierarchy of IR instructions that represent all executable operations in an EK9 program. Each instruction type corresponds to a specific category of operation.

Instruction Categories:

Coverage Instrumentation:

Testing Support:

The INode interface enables the visitor pattern for processing instructions.