| Create a new indirect reference. The specified base reference
must have a pointer type. The type of the newly created indirect
reference is the pointed-to type, unless that type is an array,
in which case the type is the array's element type.
Parameters: base - The base reference. throws: IllegalArgumentException - Signals that the base referencedoes not have a pointer type. |