gitlab.com/thomasboni/go-enry/v2@v2.8.3-0.20220418031202-30b0d7a3de98/_testdata/Generated/Haxe/Main.java (about)

     1  // Generated by Haxe 4.0.5
     2  package haxe.root;
     3  
     4  import haxe.root.*;
     5  
     6  @SuppressWarnings(value={"rawtypes", "unchecked"})
     7  public class Main extends haxe.lang.HxObject
     8  {
     9  	public static void main(String[] args)
    10  	{
    11  		haxe.java.Init.init();
    12  		{
    13  			haxe.root.Main.main();
    14  		}
    15  	}
    16  	
    17  	public Main(haxe.lang.EmptyObject empty)
    18  	{
    19  	}
    20  	
    21  	
    22  	public Main()
    23  	{
    24  		haxe.root.Main.__hx_ctor__Main(this);
    25  	}
    26  	
    27  	
    28  	protected static void __hx_ctor__Main(haxe.root.Main __hx_this)
    29  	{
    30  	}
    31  	
    32  	
    33  	public static void main()
    34  	{
    35  		haxe.Log.trace.__hx_invoke2_o(0.0, "Hello World", 0.0, new haxe.lang.DynamicObject(new java.lang.String[]{"className", "fileName", "methodName"}, new java.lang.Object[]{"Main", "source/Main.hx", "main"}, new java.lang.String[]{"lineNumber"}, new double[]{((double) (((double) (3) )) )}));
    36  	}
    37  	
    38  	
    39  }
    40  
    41