Class MainEntryVisitor
java.lang.Object
org.ek9lang.compiler.backend.llvm.cpp.MainEntryVisitor
- All Implemented Interfaces:
IMainEntryVisitor
LLVM/C++ main entry visitor for generating native binary main entry points.
This is a placeholder implementation for future LLVM backend main generation.
-
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
-