Package org.eclipse.birt.core.script
Class ScriptableParameter.JsValueCallable
- java.lang.Object
-
- org.eclipse.birt.core.script.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)
-