Class ScriptableParameter.JsValueCallable

  • All Implemented Interfaces:
    org.mozilla.javascript.Callable
    Enclosing class:
    ScriptableParameter

    public static class ScriptableParameter.JsValueCallable
    extends java.lang.Object
    implements org.mozilla.javascript.Callable
    • Constructor Summary

      Constructors 
      Constructor Description
      JsValueCallable​(org.mozilla.javascript.Callable callable, org.mozilla.javascript.Scriptable value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object call​(org.mozilla.javascript.Context cx, org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Scriptable thisObj, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

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

      • JsValueCallable

        public JsValueCallable​(org.mozilla.javascript.Callable callable,
                               org.mozilla.javascript.Scriptable value)
    • Method Detail

      • call

        public java.lang.Object call​(org.mozilla.javascript.Context cx,
                                     org.mozilla.javascript.Scriptable scope,
                                     org.mozilla.javascript.Scriptable thisObj,
                                     java.lang.Object[] args)
        Specified by:
        call in interface org.mozilla.javascript.Callable