Class MainEntryVisitor
java.lang.Object
org.ek9lang.compiler.backend.jvm.MainEntryVisitor
- All Implemented Interfaces:
IMainEntryVisitor
JVM-specific main entry visitor that generates ek9.Main class with Java bytecode.
Uses MainClassGenerator to create proper Java main method with reflection-based
program execution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
visit()
Generate the main entry point for the target architecture.
-
Constructor Details
-
MainEntryVisitor
-
-
Method Details
-
visit
public void visit()Description copied from interface:IMainEntryVisitor
Generate the main entry point for the target architecture.- Specified by:
visit
in interfaceIMainEntryVisitor
-