|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mozilla.javascript.ScriptableObject
org.twdata.kokua.script.flow.javascript.JSContinuation
public class JSContinuation
| Field Summary | |
|---|---|
protected ContinuationsManager |
continuationsMgr
|
protected JSKokua |
kokua
|
protected Continuation |
wk
|
| Fields inherited from class org.mozilla.javascript.ScriptableObject |
|---|
DONTENUM, EMPTY, parent, PERMANENT, prototype, READONLY |
| Fields inherited from interface org.mozilla.javascript.Scriptable |
|---|
NOT_FOUND |
| Constructor Summary | |
|---|---|
JSContinuation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
|
Continuation |
getContinuation()
|
JSKokua |
getJSKokua()
|
static org.mozilla.javascript.Scriptable |
jsConstructor(org.mozilla.javascript.Context cx,
java.lang.Object[] args,
org.mozilla.javascript.Function ctorObj,
boolean inNewExpr)
|
void |
jsFunction_remove()
|
java.lang.Object |
jsGet_continuation()
|
java.lang.String |
jsGet_id()
|
| Methods inherited from class org.mozilla.javascript.ScriptableObject |
|---|
callMethod, defineClass, defineClass, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, getAllIds, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, has, has, hasInstance, hasProperty, hasProperty, isSealed, put, put, putProperty, putProperty, sealObject, setAttributes, setAttributes, setParentScope, setPrototype |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JSKokua kokua
protected Continuation wk
protected ContinuationsManager continuationsMgr
| Constructor Detail |
|---|
public JSContinuation()
| Method Detail |
|---|
public java.lang.String getClassName()
getClassName in interface org.mozilla.javascript.ScriptablegetClassName in class org.mozilla.javascript.ScriptableObjectpublic JSKokua getJSKokua()
public Continuation getContinuation()
public static org.mozilla.javascript.Scriptable jsConstructor(org.mozilla.javascript.Context cx,
java.lang.Object[] args,
org.mozilla.javascript.Function ctorObj,
boolean inNewExpr)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String jsGet_id()
public java.lang.Object jsGet_continuation()
public void jsFunction_remove()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||