Uses of Class
orc.runtime.values.NilValue

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

Uses of NilValue in orc.runtime.values
 

Fields in orc.runtime.values declared as NilValue
static NilValue NilValue.singleton
           
 

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