Class InjectionPointIRHelper
java.lang.Object
org.ek9lang.compiler.phase7.helpers.AbstractIRHelper
org.ek9lang.compiler.phase7.helpers.InjectionPointIRHelper
Handles IR generation for dependency injection points.
This helper generates IR for dependency injection synthesis, handling fields marked with the ! suffix that indicate injection points.
This is a placeholder for future EK9 dependency injection features.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.phase7.helpers.AbstractIRHelper
instructionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
generateFor
(ISymbol symbol) Generate IR for dependency injection points in a symbol.Methods inherited from class org.ek9lang.compiler.phase7.helpers.AbstractIRHelper
getContext
-
Constructor Details
-
InjectionPointIRHelper
-
-
Method Details
-
generateFor
Generate IR for dependency injection points in a symbol.
-