| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Value | |
|---|---|
| orc.runtime.sites | Abstract base classes for Orc sites plus fundamental sites. | 
| orc.trace.events | Events which may appear in a trace file. | 
| orc.trace.values | Serializable, immutable representations of Orc runtime values. | 
| Uses of Value in orc.runtime.sites | 
|---|
| Methods in orc.runtime.sites that return Value | |
|---|---|
|  Value | DotSite.marshal(Marshaller tracer) | 
| Uses of Value in orc.trace.events | 
|---|
| Fields in orc.trace.events declared as Value | |
|---|---|
|  Value | SendEvent.site | 
|  Value | StoreEvent.value | 
|  Value | PublishEvent.value | 
|  Value | ReceiveEvent.value | 
| Constructors in orc.trace.events with parameters of type Value | |
|---|---|
| PublishEvent(Value value) | |
| ReceiveEvent(Value value) | |
| ReceiveEvent(Value value,
             int latency) | |
| SendEvent(Value site,
          Value[] arguments) | |
| SendEvent(Value site,
          Value[] arguments) | |
| StoreEvent(PullEvent pull,
           Value value) | |
| Uses of Value in orc.trace.values | 
|---|
| Classes in orc.trace.values that implement Value | |
|---|---|
|  class | AbstractValue | 
|  class | ConstantValueConstant (not just immutable, but atomic) value, such as a String, Number, Boolean, or Character. | 
|  class | ConsValue | 
|  class | FieldValue | 
|  class | ListValue | 
|  class | NilValue | 
|  class | NoneValue | 
|  class | NullValue | 
|  class | ObjectValueThe only thing we can reliably record about a Java object is its identity. | 
|  class | OptionValue | 
|  class | RecordValueThis doesn't correspond to any specific Orc type but is instead intended to be used by implementors of TraceableValueto
 encode object-like immutable structures. | 
|  class | SomeValue | 
|  class | TupleValue | 
| Fields in orc.trace.values declared as Value | |
|---|---|
|  Value | SomeValue.content | 
|  Value | ConsValue.head | 
|  Value[] | TupleValue.values | 
| Methods in orc.trace.values that return Value | |
|---|---|
|  Value | TraceableValue.marshal(Marshaller tracer) | 
|  Value | Marshaller.marshal(java.lang.Object value)Marshal a runtime value into an immutable, serializable representation. | 
| Methods in orc.trace.values that return types with arguments of type Value | |
|---|---|
|  java.util.Iterator<Value> | ListValue.iterator() | 
| Methods in orc.trace.values with parameters of type Value | |
|---|---|
|  void | RecordValue.put(java.lang.String key,
    Value value) | 
| Constructors in orc.trace.values with parameters of type Value | |
|---|---|
| ConsValue(Value head,
          ListValue tail) | |
| SomeValue(Value content) | |
| TupleValue(Value[] values) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||