public String printMungeMapping() {
   StringBuffer sb = new StringBuffer();
   globalScope.getFullMapping(sb, "");
   return sb.toString();
 }