Package org.eolang

Class Main


  • public final class Main
    extends Object
    Bridge between Java CLI and EO.
    Since:
    0.1
    • Constructor Detail

      • Main

        public Main​(PrintStream out)
        Ctor.
        Parameters:
        out - The output
    • Method Detail

      • main

        public static void main​(String... args)
                         throws Exception
        The method caled by JVM when the program starts.
        Parameters:
        args - Command line args
        Throws:
        Exception - If fails
      • exec

        public void exec​(String... args)
                  throws Exception
        The same method, but not static.
        Parameters:
        args - Command line args
        Throws:
        Exception - If fails