|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjsint.Procedure
jsint.Continuation
A continuation.
| Field Summary | |
java.lang.Object |
value
|
| Fields inherited from class jsint.Procedure |
maxArgs, minArgs, name |
| Constructor Summary | |
Continuation(java.lang.RuntimeException cc)
|
|
| Method Summary | |
java.lang.Object |
apply(java.lang.Object[] args)
Apply the procedure to an argument list, which is represented as a parameter-oriented array. |
| Methods inherited from class jsint.Procedure |
apply, apply, catching, getName, makeArgArray, makeArgArray, nParms, run, setName, stripExceptionWrapper, synchronize, throwObject, throwRuntimeException, toString, toStringArgs, tryCatch, tryFinally |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.Object value
| Constructor Detail |
public Continuation(java.lang.RuntimeException cc)
| Method Detail |
public java.lang.Object apply(java.lang.Object[] args)
Procedure
apply in interface SchemeProcedureapply in class Procedure
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||