buildString method

String buildString()

Implementation

String buildString() {
  return '<global>\n' + (opcodeMapToString(opcodes));
}