Package org.mozilla.javascript
Class ScriptRuntime.NoSuchMethodShim
- java.lang.Object
-
- org.mozilla.javascript.ScriptRuntime.NoSuchMethodShim
-
- All Implemented Interfaces:
Callable
- Enclosing class:
- ScriptRuntime
static class ScriptRuntime.NoSuchMethodShim extends java.lang.Object implements Callable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
methodName
(package private) Callable
noSuchMethodMethod
-
Constructor Summary
Constructors Constructor Description NoSuchMethodShim(Callable noSuchMethodMethod, java.lang.String methodName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
call(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
Perform the call.
-
-
-
Field Detail
-
methodName
java.lang.String methodName
-
noSuchMethodMethod
Callable noSuchMethodMethod
-
-
Constructor Detail
-
NoSuchMethodShim
NoSuchMethodShim(Callable noSuchMethodMethod, java.lang.String methodName)
-
-
Method Detail
-
call
public java.lang.Object call(Context cx, Scriptable scope, Scriptable thisObj, java.lang.Object[] args)
Perform the call.
-
-