Class RecordCreator
java.lang.Object
org.ek9lang.compiler.phase7.RecordCreator
- All Implemented Interfaces:
Function<EK9Parser.RecordDeclarationContext,
IRConstruct>
final class RecordCreator
extends Object
implements Function<EK9Parser.RecordDeclarationContext,IRConstruct>
Creates the appropriate IR Construct for a record declaration.
Follows the same pattern as ProgramCreator and ClassCreator.
-
Constructor Details
-
RecordCreator
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.RecordDeclarationContext,
IRConstruct>
-