Back: NullProxy-accessing
Up: Class reference
Forward: NullValueHolder class-creating instances
 
Top: GNU Smalltalk User's Guide
Contents: Table of Contents
Index: Class index
About: About this document

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  (class)
6.103.2 NullValueHolder: accessing  (instance)


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




This document was generated on May, 12 2002 using texi2html