Interface Compiler


public interface Compiler
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final me.topchetoeu.j2s.common.Key<Compiler>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    compile(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String source, Function<me.topchetoeu.j2s.common.Location,me.topchetoeu.j2s.common.Location> map)
     
    compileFunc(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String raw)
     
    static Compiler
    get(me.topchetoeu.j2s.common.Environment ext)
     
  • Field Details

    • KEY

      static final me.topchetoeu.j2s.common.Key<Compiler> KEY
  • Method Details

    • compile

      FunctionValue compile(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String source, Function<me.topchetoeu.j2s.common.Location,me.topchetoeu.j2s.common.Location> map)
    • get

      static Compiler get(me.topchetoeu.j2s.common.Environment ext)
    • compileFunc

      static FunctionValue compileFunc(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.common.Filename filename, String raw)