コード例 #1
0
ファイル: Func.java プロジェクト: SlimerDude/f4
 public void checkInCtor(Object it) {
   if (it == inCtor) return;
   String msg = it == null ? "null" : FanObj.typeof(it).qname();
   throw ConstErr.make(msg);
 }