orc.lib.state
Class Ref.RefInstance

java.lang.Object
  extended by orc.runtime.values.Value
      extended by orc.runtime.sites.Site
          extended by orc.runtime.sites.DotSite
              extended by orc.lib.state.Ref.RefInstance
All Implemented Interfaces:
Callable, TraceableValue
Enclosing class:
Ref

public static class Ref.RefInstance
extends DotSite


Field Summary
 
Fields inherited from class orc.runtime.values.Value
futureNotReady
 
Constructor Summary
Ref.RefInstance()
           
Ref.RefInstance(java.lang.Object initial)
           
 
Method Summary
protected  void addMembers()
           
 java.lang.String toString()
           
 
Methods inherited from class orc.runtime.sites.DotSite
addMember, callSite, defaultTo, marshal
 
Methods inherited from class orc.runtime.sites.Site
accept, createCall, type
 
Methods inherited from class orc.runtime.values.Value
forceArg, forceCall, signal, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ref.RefInstance

public Ref.RefInstance()

Ref.RefInstance

public Ref.RefInstance(java.lang.Object initial)
Method Detail

addMembers

protected void addMembers()
Specified by:
addMembers in class DotSite

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object