Class BlockStatementInstructionCreator

java.lang.Object
org.ek9lang.compiler.phase7.BlockStatementInstructionCreator

public final class BlockStatementInstructionCreator extends Object
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).