275276277278279280281282283
print(buffer.toString()); } private void printMarked(ConstNode node, String property, MarkType type) { ConstPointList marked = node.getMarkedConst(type); if (marked != null) print(property + getPointList(marked)); }
306307308309310311312313314315316317
else print("W" + point); } for (GoColor c : BLACK_WHITE_EMPTY) { ConstPointList points = node.getSetup(c); if (points.size() == 0) continue; StringBuilder buffer = new StringBuilder(STRINGBUF_CAPACITY); if (c == BLACK) buffer.append("AB"); else if (c == WHITE)