Class BlockCreator

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

final class BlockCreator extends Object implements Function<EK9Parser.InstructionBlockContext,Block>
Accepts an instruction block parse tree context and creates an IR version of a Block.