예제 #1
0
 public GuardBuilder printType() {
   binder = binder.printType();
   return this;
 }
예제 #2
0
 public GuardBuilder printType(PrintStream ps) {
   binder = binder.printType(ps);
   return this;
 }