protected static class WindowWrapper.FunctionWrapper extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected Object[] |
arguments
The arguments.
|
protected Function |
function
The function wrapper.
|
protected RhinoInterpreter |
interpreter
The current interpreter.
|
Constructor and Description |
---|
FunctionWrapper(RhinoInterpreter ri,
Function f,
Object[] args)
Creates a function wrapper.
|
protected RhinoInterpreter interpreter
protected Function function
protected Object[] arguments
public FunctionWrapper(RhinoInterpreter ri, Function f, Object[] args)
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.