Class BoxedValue

java.lang.Object
  extended by ValueBase
      extended by BoxedValue
All Implemented Interfaces:
Value

public class BoxedValue
extends ValueBase

Holds an Object used as a Value processed by the interpreted program.

Author:
max

Constructor Summary
BoxedValue(java.lang.Object obj)
          Converts a Java Object (an Integer, for example) into a Value
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class ValueBase
as
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoxedValue

public BoxedValue(java.lang.Object obj)
Converts a Java Object (an Integer, for example) into a Value

Parameters:
obj - the Object that this Value will represent
Method Detail

toString

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