Class ComponentDfnGenerator

All Implemented Interfaces:
Function<EK9Parser.ComponentDeclarationContext, IRConstruct>

final class ComponentDfnGenerator extends AggregateDfnGenerator implements Function<EK9Parser.ComponentDeclarationContext, IRConstruct>
Creates the appropriate IR Construct for a component declaration. Follows the same pattern as ProgramCreator and ClassCreator.