Class TraitCreator

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

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