Class JSONConverter

java.lang.Object
me.topchetoeu.j2s.repl.JSONConverter

public class JSONConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static me.topchetoeu.j2s.compilation.json.JSONElement
    fromJs(me.topchetoeu.j2s.common.Environment ext, me.topchetoeu.j2s.runtime.values.Value val)
     
    static me.topchetoeu.j2s.compilation.json.JSONElement
    fromJs(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.runtime.values.Value val, HashSet<Object> prev)
     
    static me.topchetoeu.j2s.runtime.values.Value
    toJs(me.topchetoeu.j2s.compilation.json.JSONElement val)
     

    Methods inherited from class java.lang.Object

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

    • JSONConverter

      public JSONConverter()
  • Method Details

    • toJs

      public static me.topchetoeu.j2s.runtime.values.Value toJs(me.topchetoeu.j2s.compilation.json.JSONElement val)
    • fromJs

      public static me.topchetoeu.j2s.compilation.json.JSONElement fromJs(me.topchetoeu.j2s.common.Environment ext, me.topchetoeu.j2s.runtime.values.Value val)
    • fromJs

      public static me.topchetoeu.j2s.compilation.json.JSONElement fromJs(me.topchetoeu.j2s.common.Environment env, me.topchetoeu.j2s.runtime.values.Value val, HashSet<Object> prev)