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 TypeMethodDescriptionvoidvisit()Generate the main entry point for the target architecture.
-
Constructor Details
-
MainEntryVisitor
-
-
Method Details
-
visit
public void visit()Description copied from interface:IMainEntryVisitorGenerate the main entry point for the target architecture.- Specified by:
visitin interfaceIMainEntryVisitor
-