Пример #1
0
 public GuardBuilder printType() {
   binder = binder.printType();
   return this;
 }
Пример #2
0
 public GuardBuilder printType(PrintStream ps) {
   binder = binder.printType(ps);
   return this;
 }