|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.runtime.values.Value
orc.runtime.sites.Site
orc.runtime.sites.core.Let
public class Let
Implements the built-in "let" site
Field Summary |
---|
Fields inherited from class orc.runtime.values.Value |
---|
futureNotReady |
Constructor Summary | |
---|---|
Let()
|
Method Summary | |
---|---|
void |
callSite(Args args,
Token caller)
Outputs a single value or creates a tuple. |
static java.lang.Object |
condense(java.lang.Object[] values)
Classic 'let' functionality. |
Type |
type()
|
Methods inherited from class orc.runtime.sites.Site |
---|
accept, createCall, enterTransaction |
Methods inherited from class orc.runtime.values.Value |
---|
forceArg, forceCall, signal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Let()
Method Detail |
---|
public void callSite(Args args, Token caller)
callSite
in class Site
args
- list of argument valuescaller
- where the result should be sentpublic Type type() throws TypeException
type
in class Site
TypeException
public static java.lang.Object condense(java.lang.Object[] values)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |