Product Site

5.4.25.11. setMakeString (Class Method)

This method allows the Rexx programmer to supply a customized makeString method that will be used to replace makeStringImpl. The makeStringMethod argument can be either
  • a method object, or
  • a string containing a method source line, or an Array of strings containing individual method source lines (for these cases an equivalent method object is created).

The supplied method receives a single traceObject as an argument and must return a string.

For an example see Exploiting TraceObject's setMakeString Method .