|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectValueBase
BoxedValue
public class BoxedValue
Holds an Object used as a Value processed by the interpreted program.
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 |
---|
public BoxedValue(java.lang.Object obj)
obj
- the Object that this Value will representMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |