|
||||||||||
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 orc.lib.bool.And
public class And
Field Summary |
---|
Fields inherited from class orc.runtime.values.Value |
---|
futureNotReady |
Constructor Summary | |
---|---|
And()
|
Method Summary | |
---|---|
boolean |
compute(boolean a,
boolean b)
|
Methods inherited from class orc.lib.bool.BoolBinopSite |
---|
evaluate, 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 And()
Method Detail |
---|
public boolean compute(boolean a, boolean b)
compute
in class BoolBinopSite
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |