Class FunctionCreator

java.lang.Object
org.ek9lang.compiler.phase7.FunctionCreator
All Implemented Interfaces:
Function<EK9Parser.FunctionDeclarationContext,IRConstruct>

final class FunctionCreator extends Object implements Function<EK9Parser.FunctionDeclarationContext,IRConstruct>
Creates the appropriate IR Construct for a standalone function. Follows the same pattern as ProgramCreator.