Class BlockStatementInstructionCreator
java.lang.Object
org.ek9lang.compiler.phase7.BlockStatementInstructionCreator
Creates IR instructions for block statements.
Handles variable declarations, variable only declarations, and statements.
Generates new BasicBlock IR (IRInstructions) instead of old Block IR (INode).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(EK9Parser.BlockStatementContext ctx, String scopeId) Generate IR instructions for a block statement.
-
Constructor Details
-
BlockStatementInstructionCreator
-
-
Method Details
-
apply
Generate IR instructions for a block statement.
-