public static class RhinoWorkerUtils.DefaultScopeOperation<T> extends Object implements RhinoWorkerUtils.ScopeOperation<T>
| コンストラクタと説明 |
|---|
DefaultScopeOperation() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
T |
action(org.mozilla.javascript.Scriptable scope,
org.mozilla.javascript.Context context) |
void |
initContext(org.mozilla.javascript.Context context) |
public void initContext(org.mozilla.javascript.Context context)
initContext インタフェース内 RhinoWorkerUtils.ScopeOperation<T>public T action(org.mozilla.javascript.Scriptable scope, org.mozilla.javascript.Context context)
action インタフェース内 RhinoWorkerUtils.ScopeOperation<T>