|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Closure | |
---|---|
orc.runtime | Runtime for Orc interpreter. |
orc.runtime.values | Representations for Orc types which don't have direct analogues in the host language (Java). |
orc.trace | Generate and query Orc trace files. |
Uses of Closure in orc.runtime |
---|
Methods in orc.runtime with parameters of type Closure | |
---|---|
Token |
Token.enterClosure(Closure closure,
TokenContinuation publishContinuation)
Enter a closure by moving to a new node and environment, and setting the continuation for Token.leaveClosure() . |
void |
Token.pushHandler(Closure closure,
TokenContinuation handlerReturn)
|
Uses of Closure in orc.runtime.values |
---|
Methods in orc.runtime.values with parameters of type Closure | |
---|---|
V |
Visitor.visit(Closure v)
|
Uses of Closure in orc.trace |
---|
Methods in orc.trace with parameters of type Closure | |
---|---|
abstract void |
TokenTracer.enter(Closure closure)
Enter a closure. |
void |
DerivedTracer.DerivedTokenTracer.enter(Closure closure)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |