Class BasicBlockCreator

java.lang.Object
org.ek9lang.compiler.phase7.BasicBlockCreator
All Implemented Interfaces:
Function<EK9Parser.InstructionBlockContext,BasicBlock>

public final class BasicBlockCreator extends Object implements Function<EK9Parser.InstructionBlockContext,BasicBlock>
Creates BasicBlock IR from EK9 instruction block contexts. Follows the Creator pattern used throughout the EK9 compiler phase7 package.