コード例 #1
0
ファイル: BaseTest.java プロジェクト: chrreisinger/antlr4
 /** wait for the thread to finish */
 public void join() throws InterruptedException {
   sucker.join();
 }