orc.lib.bool
Class Or

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.Or
All Implemented Interfaces:
Callable

public class Or
extends BoolBinopSite

Author:
dkitchin

Field Summary
 
Fields inherited from class orc.runtime.values.Value
futureNotReady
 
Constructor Summary
Or()
           
 
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

Or

public Or()
Method Detail

compute

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