Example #1
0
 public void AppendPrint(int indent, StringBuilder buf)
 {
     Helper.PrintASTIndentLine("accessor", indent, buf);
     Object.AppendPrint(indent + 2, buf);
     Helper.PrintASTIndentLine("index", indent + 1, buf);
     Index.AppendPrint(indent + 2, buf);
 }