コード例 #1
0
ファイル: GuardBuilder.java プロジェクト: projectodd/rephract
 public GuardBuilder printType() {
   binder = binder.printType();
   return this;
 }
コード例 #2
0
ファイル: GuardBuilder.java プロジェクト: projectodd/rephract
 public GuardBuilder printType(PrintStream ps) {
   binder = binder.printType(ps);
   return this;
 }