Class TraitDfnGenerator

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

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