Add TypeBinding.

This commit is contained in:
Stanislav Erokhin
2014-08-21 17:50:28 +04:00
parent b2774a9cd0
commit a5c0dda10f
42 changed files with 1137 additions and 1 deletions
@@ -26,7 +26,7 @@ public class Printer {
private static final String INDENTATION_UNIT = " ";
private static final String LINE_SEPARATOR = System.getProperty("line.separator");
private final Appendable out;
protected final Appendable out;
private final int maxBlankLines;
private String indent = "";