|
||||||||||
| 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,
Node next)
Enter a closure by moving to a new node and environment, and setting the continuation for Token.leaveClosure(). |
| 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 | |
|---|---|
void |
TokenTracer.enter(Closure closure)
Enter a closure. |
void |
DerivedTracer.DerivedTokenTracer.enter(Closure closure)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||