Package me.topchetoeu.j2s.repl
Class JSONConverter
java.lang.Object
me.topchetoeu.j2s.repl.JSONConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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
-