toString renamed to appendTo

This commit is contained in:
Honfika
2013-10-13 14:36:34 +02:00
parent caaefef393
commit c38c9b8148
188 changed files with 201 additions and 197 deletions
@@ -52,7 +52,7 @@ public class IfItem extends GraphTargetItem implements Block {
}
@Override
public HilightedTextWriter toString(HilightedTextWriter writer, LocalData localData) {
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
GraphTargetItem expr = expression;
List<GraphTargetItem> ifBranch = onTrue;
List<GraphTargetItem> elseBranch = onFalse;