orc.trace.values
Class AbstractValue

java.lang.Object
  extended by orc.trace.values.AbstractValue
All Implemented Interfaces:
java.io.Serializable, Term, Value
Direct Known Subclasses:
ConstantValue, FieldValue, ListValue, NullValue, ObjectValue, OptionValue, RecordValue, TaggedValue, TupleValue

public abstract class AbstractValue
extends java.lang.Object
implements Value

See Also:
Serialized Form

Constructor Summary
AbstractValue()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface orc.trace.Term
prettyPrint
 

Constructor Detail

AbstractValue

public AbstractValue()
Method Detail

toString

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