143144145146147148149150151152153
v = operation.getReturnValue(); } } } if (v == null) { v = d.evaluate (expression); } String type = v.getType (); if (v instanceof ObjectVariable) try { String toString = null;