public String getCommentsVariable(String varName) {
   return "var " + varName + " = " + NodeHelper.getComments(theNode) + ";\n";
 }