Uses of Class
orc.runtime.values.TupleValue

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

Uses of TupleValue in orc.runtime.sites.core
 

Methods in orc.runtime.sites.core that return TupleValue
 TupleValue Datasite.deconstruct(java.lang.Object arg)
           
 

Uses of TupleValue in orc.runtime.values
 

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