Package org.ek9lang.compiler.backend.jvm.support


package org.ek9lang.compiler.backend.jvm.support
JVM Backend Support Utilities - Extracted utilities for bytecode generation.

This package contains focused utility classes extracted from the AbstractAsmGenerator base class, following the EK9 pattern of small, single-responsibility classes.

Context and State:

Bytecode Generation:

These utilities are composed by AbstractAsmGenerator and used by the specialized AsmGenerator subclasses.