Interface Compilers.TranspilerFactory

Enclosing class:
Compilers

public static interface Compilers.TranspilerFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    me.topchetoeu.j2s.runtime.Compiler
    create(me.topchetoeu.j2s.runtime.Compiler prev, me.topchetoeu.j2s.common.Environment target)
     
  • Method Details

    • create

      me.topchetoeu.j2s.runtime.Compiler create(me.topchetoeu.j2s.runtime.Compiler prev, me.topchetoeu.j2s.common.Environment target)