BigDecimalWrapper wrapper = (BigDecimalWrapper)context.exectimeObjectAt(index);
if (wrapper == null) {
wrapper = new BigDecimalWrapperImpl();
context.putExectimeObject(index, wrapper);
}
wrapper.reset();
return wrapper;
}
public static void adjustAttrsAsNeeded(TExecutionContext context, ValueSource source,
TInstance targetInstance, ValueTarget target)