Uses of Interface
orc.trace.values.TraceableValue

Packages that use TraceableValue
orc.lib.state   
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). 
 

Uses of TraceableValue in orc.lib.state
 

Classes in orc.lib.state that implement TraceableValue
protected  class BoundedBuffer.BufferInstance
           
protected  class Buffer.BufferInstance
           
protected  class Cell.CellInstance
           
static class Ref.RefInstance
           
protected  class Semaphore.SemaphoreInstance
           
protected  class SyncChannel.SyncChannelInstance
           
 

Uses of TraceableValue in orc.runtime.sites
 

Classes in orc.runtime.sites that implement TraceableValue
 class DotSite
          Dot-accessible sites should extend this class and declare their Orc-available methods using DotSite.addMembers().
 

Uses of TraceableValue in orc.runtime.sites.core
 

Classes in orc.runtime.sites.core that implement TraceableValue
 class Datasite
           
 

Uses of TraceableValue in orc.runtime.sites.java
 

Classes in orc.runtime.sites.java that implement TraceableValue
 class FieldProxy
           
 

Uses of TraceableValue in orc.runtime.values
 

Classes in orc.runtime.values that implement TraceableValue
 class TupleValue
          A tuple value container