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