Uses of Class
orc.runtime.values.OptionValue

Packages that use OptionValue
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
 

Uses of OptionValue in orc.runtime.values
 

Subclasses of OptionValue in orc.runtime.values
 class NoneValue
           
 class SomeValue
           
 

Methods in orc.runtime.values with parameters of type OptionValue
 V Visitor.visit(OptionValue v)