Esempio n. 1
0
 public GuardBuilder printType() {
   binder = binder.printType();
   return this;
 }
Esempio n. 2
0
 public GuardBuilder printType(PrintStream ps) {
   binder = binder.printType(ps);
   return this;
 }