orc.lib.bool
Class And

java.lang.Object
  extended by orc.runtime.values.Value
      extended by orc.runtime.sites.Site
          extended by orc.runtime.sites.EvalSite
              extended by orc.lib.bool.BoolBinopSite
                  extended by orc.lib.bool.And
All Implemented Interfaces:
Callable

public class And
extends BoolBinopSite

Author:
dkitchin

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

And

public And()
Method Detail

compute

public boolean compute(boolean a,
                       boolean b)
Specified by:
compute in class BoolBinopSite