Class JavaScriptEvaluatorScope.JSValue

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JSValue​(org.mozilla.javascript.ScriptableObject scope)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object toJSValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • JSValue

        protected JSValue​(org.mozilla.javascript.ScriptableObject scope)
    • Method Detail

      • toJSValue

        protected final java.lang.Object toJSValue​(java.lang.Object value)