Package org.ek9lang.compiler.ir.support
package org.ek9lang.compiler.ir.support
IR Support Utilities - Helper classes for IR generation and processing.
This package contains utility classes that support IR generation and analysis.
Key Classes:
DebugInfo- Source location and debug informationCallMetaDataExtractor- Utility for extracting call metadata
These utilities are used during IR generation in Phase 10 and during code generation in the backend phases.
-
ClassDescriptionExtracts call metadata from symbols for use in IR generation.Debug information for IR instructions to enable source mapping and debugging.