orc.runtime.values
Class NoneValue

java.lang.Object
  extended by orc.runtime.values.Value
      extended by orc.runtime.values.OptionValue
          extended by orc.runtime.values.NoneValue
All Implemented Interfaces:
Future

public class NoneValue
extends OptionValue


Constructor Summary
NoneValue()
           
 
Method Summary
 boolean isNone()
           
 
Methods inherited from class orc.runtime.values.OptionValue
accept
 
Methods inherited from class orc.runtime.values.Value
forceArg, forceCall, head, isCons, isNil, isSome, signal, tail, untag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoneValue

public NoneValue()
Method Detail

isNone

public boolean isNone()
Overrides:
isNone in class Value