|
||||||||||
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.lib.bool.BoolBinopSite
public abstract class BoolBinopSite
Field Summary |
---|
Fields inherited from class orc.runtime.values.Value |
---|
futureNotReady |
Constructor Summary | |
---|---|
BoolBinopSite()
|
Method Summary | |
---|---|
abstract boolean |
compute(boolean a,
boolean b)
|
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 BoolBinopSite()
Method Detail |
---|
public java.lang.Object evaluate(Args args) throws TokenException
evaluate
in class EvalSite
TokenException
public abstract boolean compute(boolean a, boolean b)
public Type type()
type
in class Site
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |