Uses of Package
orc.runtime.values

Packages that use orc.runtime.values
orc.lib.bool   
orc.lib.comp   
orc.lib.math   
orc.lib.state   
orc.lib.str   
orc.lib.time   
orc.lib.util   
orc.runtime Runtime for Orc interpreter. 
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
orc.runtime.sites Abstract base classes for Orc sites plus fundamental sites. 
orc.runtime.sites.core Fundamental sites. 
orc.runtime.sites.java Wrappers which enable using Java objects and classes as Orc sites. 
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
 

Classes in orc.runtime.values used by orc.lib.bool
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.lib.comp
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.lib.math
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.lib.state
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.lib.str
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.lib.time
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.lib.util
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.runtime
GroupCell
          A value container that is also a group.
ListLike
           
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.runtime.regions
GroupCell
          A value container that is also a group.
 

Classes in orc.runtime.values used by orc.runtime.sites
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
Visitor
           
 

Classes in orc.runtime.values used by orc.runtime.sites.core
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.runtime.sites.java
Callable
          Callable objects include sites and definitions
Value
          A fully evaluated Orc value.
 

Classes in orc.runtime.values used by orc.runtime.values
Callable
          Callable objects include sites and definitions
Closure
          Represents a standard closure: a function defined in an environment.
ConsValue
           
Field
          Distinguished representation for field names.
Future
          Interface for values which may be unbound (i.e.
GroupCell
          A value container that is also a group.
ListLike
           
ListValue
          Common ancestor for ConsValue and NilValue.
NilValue
           
NoneValue
           
OptionValue
           
SomeValue
           
TupleValue
          A tuple value container
Value
          A fully evaluated Orc value.
Visitor