Class ProgramCreator
java.lang.Object
org.ek9lang.compiler.phase7.ProgramCreator
- All Implemented Interfaces:
Function<EK9Parser.MethodDeclarationContext,
Construct>
final class ProgramCreator
extends Object
implements Function<EK9Parser.MethodDeclarationContext,Construct>
Creates the appropriate IR Construct for an Aggregate of type 'program'.
-
Constructor Details
-
ProgramCreator
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EK9Parser.MethodDeclarationContext,
Construct>
-