|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.runtime.values.Value orc.runtime.sites.Site orc.runtime.sites.EvalSite 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 | |
---|---|
static java.lang.Object |
condense(java.lang.Object[] values)
Classic 'let' functionality. |
java.lang.Object |
evaluate(Args args)
|
Type |
type()
|
Methods inherited from class orc.runtime.sites.EvalSite |
---|
callSite |
Methods inherited from class orc.runtime.sites.Site |
---|
accept, createCall |
Methods inherited from class orc.runtime.values.Value |
---|
forceArg, forceCall, signal, write |
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 Type type() throws TypeException
type
in class Site
TypeException
public static java.lang.Object condense(java.lang.Object[] values)
public java.lang.Object evaluate(Args args) throws TokenException
evaluate
in class EvalSite
TokenException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |