Class CallIRHelper
java.lang.Object
org.ek9lang.compiler.phase7.helpers.AbstractIRHelper
org.ek9lang.compiler.phase7.helpers.CallIRHelper
Handles IR generation for method and function calls.
This helper consolidates call generation that was previously handled by CallInstrGenerator and related classes. Uses stack-based context to eliminate parameter threading.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.phase7.helpers.AbstractIRHelper
instructionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Generate IR for a call expression.Methods inherited from class org.ek9lang.compiler.phase7.helpers.AbstractIRHelper
getContext
-
Constructor Details
-
CallIRHelper
-
-
Method Details
-
generateFor
Generate IR for a call expression.
-