Class BlockStatementInstrGenerator
java.lang.Object
org.ek9lang.compiler.phase7.BlockStatementInstrGenerator
Creates IR instructions for block statements.
Handles variable declarations, variable only declarations, and statements.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(EK9Parser.BlockStatementContext ctx, String scopeId) Generate IR instructions for a block statement.
-
Constructor Details
-
BlockStatementInstrGenerator
BlockStatementInstrGenerator(IRContext context)
-
-
Method Details
-
apply
Generate IR instructions for a block statement.
-