org.gradle.plugins.javascript.rhino.worker
Class RhinoWorkerUtils.DefaultScopeOperation<T>
java.lang.Object
org.gradle.plugins.javascript.rhino.worker.RhinoWorkerUtils.DefaultScopeOperation<T>
- All Implemented Interfaces:
- RhinoWorkerUtils.ScopeOperation<T>
- Enclosing class:
- RhinoWorkerUtils
public static class RhinoWorkerUtils.DefaultScopeOperation<T>
- extends Object
- implements RhinoWorkerUtils.ScopeOperation<T>
|
Method Summary |
T |
action(org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Context context)
|
void |
initContext(org.mozilla.javascript.Context context)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RhinoWorkerUtils.DefaultScopeOperation
public RhinoWorkerUtils.DefaultScopeOperation()
initContext
public void initContext(org.mozilla.javascript.Context context)
- Specified by:
initContext in interface RhinoWorkerUtils.ScopeOperation<T>
action
public T action(org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Context context)
- Specified by:
action in interface RhinoWorkerUtils.ScopeOperation<T>