Package org.eolang.phi
Class Main
- java.lang.Object
-
- org.eolang.phi.Main
-
public final class Main extends Object
Bridge between Java CLI and EO.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description Main(PrintStream out)Ctor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexec(String... args)The same method, but not static.static voidmain(String... args)The method caled by JVM when the program starts.
-
-
-
Constructor Detail
-
Main
public Main(PrintStream out)
Ctor.- Parameters:
out- The output
-
-