|
|
6.103 NullValueHolder
- Defined in namespace Smalltalk
- Category: Language-Data types
- I pretend to store my value in a variable, but I don't actually.
You can use the only instance of my class (returned by `ValueHolder null')
if you're not interested in a value that is returned as described in
ValueHolder's comment.
6.103.1 NullValueHolder class: creating instances
- new
- Not used -- use `ValueHolder null' instead
6.103.2 NullValueHolder: accessing
- value
- Retrive the value of the receiver. Always answer nil
- value: anObject
- Set the value of the receiver. Do nothing, discard the value
|