I would like to propose a Null class.

something like

public final Null
{
  public Null(Class clazz);
public static Object convertNull(Object o, Method m); // convenience constructor
}


that could be passed around the Uberspects rather than simple null's.


the advantage of this is when i make a calls like

$common.getLength($o.getNullInteger())
$common.getLength($o.getNullString())
$common.getLength($o.getNullArray())
$common.getLength($o.getNullList())

they would work.... or at least call the appropriate function.


Llewellyn.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to