org.eclipse.birt.core.script
Class ScriptableParameter.JsValueCallable

java.lang.Object
  extended by 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
ScriptableParameter.JsValueCallable(org.mozilla.javascript.Callable callable, org.mozilla.javascript.Scriptable value)
           
 
Method Summary
 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

ScriptableParameter.JsValueCallable

public ScriptableParameter.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


Copyright © 2008 Actuate Corp. All rights reserved.