Class RecordDfnGenerator

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

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