public GuardBuilder printType() { binder = binder.printType(); return this; }
public GuardBuilder printType(PrintStream ps) { binder = binder.printType(ps); return this; }