orc.lib.comp
Class Less

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.comp.ComparisonSite
                  extended by orc.lib.comp.Less
All Implemented Interfaces:
Callable

public class Less
extends ComparisonSite

Author:
dkitchin

Field Summary
 
Fields inherited from class orc.runtime.values.Value
futureNotReady
 
Constructor Summary
Less()
           
 
Method Summary
 boolean compare(int a)
           
 
Methods inherited from class orc.lib.comp.ComparisonSite
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

Less

public Less()
Method Detail

compare

public boolean compare(int a)
Specified by:
compare in class ComparisonSite