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

public class NoneValue
extends OptionValue


Field Summary
 
Fields inherited from class orc.runtime.values.Value
futureNotReady
 
Constructor Summary
NoneValue()
           
 
Method Summary
<E> E
accept(Visitor<E> visitor)
           
 boolean isNone()
           
 
Methods inherited from class orc.runtime.values.Value
forceArg, forceCall, isSome, signal, 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

accept

public <E> E accept(Visitor<E> visitor)
Overrides:
accept in class OptionValue