コード例 #1
0
 public MethodScheduler(Compiler compiler)
 {
     Compiler  = compiler;
     PassCount = 0;
     Timestamp = 0;
 }