orc.runtime.values
Class OptionValue

java.lang.Object
  extended by orc.runtime.values.Value
      extended by orc.runtime.values.OptionValue
Direct Known Subclasses:
NoneValue, SomeValue

public abstract class OptionValue
extends Value


Field Summary
 
Fields inherited from class orc.runtime.values.Value
futureNotReady
 
Constructor Summary
OptionValue()
           
 
Method Summary
<E> E
accept(Visitor<E> visitor)
           
 
Methods inherited from class orc.runtime.values.Value
forceArg, forceCall, isNone, isSome, signal, untag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionValue

public OptionValue()
Method Detail

accept

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