예제 #1
0
 public CodeWriter append(String s)
 {
     indenter.appendTabsIfRequired(s);
     sb.Append(s);
     return(this);
 }