java.lang.Runnableprotected static class WindowWrapper.FunctionWrapper
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.Object[] |
arguments |
The arguments.
|
protected org.mozilla.javascript.Function |
function |
The function wrapper.
|
protected RhinoInterpreter |
interpreter |
The current interpreter.
|
| Constructor | Description |
|---|---|
FunctionWrapper(RhinoInterpreter ri,
org.mozilla.javascript.Function f,
java.lang.Object[] args) |
Creates a function wrapper.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
run() |
Calls the function.
|
protected RhinoInterpreter interpreter
protected org.mozilla.javascript.Function function
protected java.lang.Object[] arguments
public FunctionWrapper(RhinoInterpreter ri, org.mozilla.javascript.Function f, java.lang.Object[] args)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.