Interface IMainEntryVisitor

All Known Implementing Classes:
MainEntryVisitor, MainEntryVisitor

public interface IMainEntryVisitor
Interface for main entry point visitors that generate target-specific main entry points for EK9 programs (e.g., main methods for JVM, main functions for native binaries).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generate the main entry point for the target architecture.
  • Method Details

    • visit

      void visit()
      Generate the main entry point for the target architecture.