Uses of Class
orc.runtime.values.OptionValue

Packages that use OptionValue
orc.orchard.oil JAXB implementation classes for the Orc Intermediate Language XML binding. 
orc.runtime.values   
 

Uses of OptionValue in orc.orchard.oil
 

Methods in orc.orchard.oil with parameters of type OptionValue
 Value ValueMarshaller.visit(OptionValue v)
           
 

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)