svoid scaffoldCalled(O obj, O function, O... args) { printShortenedFunctionCall(100, (obj == null ? "" : obj + ".") + function, args); }