Class StdLib

java.lang.Object
me.topchetoeu.j2s.lib.StdLib

public class StdLib extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static me.topchetoeu.j2s.common.Environment
    apply(me.topchetoeu.j2s.common.Environment env)
     
    static me.topchetoeu.j2s.common.Environment
    apply(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.compilation.CompileResult body)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StdLib

      public StdLib()
  • Method Details

    • apply

      public static me.topchetoeu.j2s.common.Environment apply(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.compilation.CompileResult body)
    • apply

      public static me.topchetoeu.j2s.common.Environment apply(me.topchetoeu.j2s.common.Environment env)