387388389390391392393394395396397
return; } } if (p != null) { TimeList tl = getTimeList(gl_name, p); result = p.calculate(tl, Context.this); //System.out.println("006 ::: " + fullname); if (p.getTrace()) tl.printTrace(); p.executeCopyTo(Context.this, result); }
577578579580581582583584585586587
} } if (p != null) { try { TimeList tl = getTimeList(gl_name, p); result = p.calculate(tl, this); //System.out.println("106 ::: " + fullname); if (p.getTrace()) tl.printTrace(); } catch (CalculateException e) { if (v != null)