Previous Table of Contents Next


4.3.3 Nil Object References


   4.3.3.1 is_nil

   boolean is_nil();

   An object reference whose value is OBJECT_NIL denotes no object. An object reference can be tested for this value by the is_nil operation. The object implementation is not involved in the nil test.