From d7c5ad7d6263fd1baf9bfdbaa4c50b70ef2fbdb2 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 8 Jun 2010 08:22:05 +0200 Subject: reverted folder structure change for better mergeing with upstream --- .../javadoc/org/mozilla/javascript/Callable.html | 224 --------------------- 1 file changed, 224 deletions(-) delete mode 100644 infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Callable.html (limited to 'infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Callable.html') diff --git a/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Callable.html b/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Callable.html deleted file mode 100644 index 07c38c5..0000000 --- a/infrastructure/rhino1_7R1/javadoc/org/mozilla/javascript/Callable.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -Callable (Rhino) - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.mozilla.javascript -
-Interface Callable

-
-
All Known Subinterfaces:
Function, RefCallable
-
-
-
All Known Implementing Classes:
org.mozilla.javascript.BaseFunction, org.mozilla.javascript.Delegator, FunctionObject, Synchronizer
-
-
-
-
public interface Callable
- - -

-Generic notion of callable object that can execute some script-related code - upon request with specified values for script scope and this objects. -

- -

-


- -

- - - - - - - - - - - - -
-Method Summary
- java.lang.Objectcall(Context cx, - Scriptable scope, - Scriptable thisObj, - java.lang.Object[] args) - -
-          Perform the call.
-  -

- - - - - - - - -
-Method Detail
- -

-call

-
-java.lang.Object call(Context cx,
-                      Scriptable scope,
-                      Scriptable thisObj,
-                      java.lang.Object[] args)
-
-
Perform the call. -

-

-
Parameters:
cx - the current Context for this thread
scope - the scope to use to resolve properties.
thisObj - the JavaScript this object
args - the array of arguments -
Returns:
the result of the call
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3