org.antlr.test
Class BaseTest.StreamVacuum

java.lang.Object
  extended by org.antlr.test.BaseTest.StreamVacuum
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
BaseTest

public static class BaseTest.StreamVacuum
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
BaseTest.StreamVacuum(java.io.InputStream in)
           
 
Method Summary
 void join()
          wait for the thread to finish
 void run()
           
 void start()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseTest.StreamVacuum

public BaseTest.StreamVacuum(java.io.InputStream in)
Method Detail

start

public void start()

run

public void run()
Specified by:
run in interface java.lang.Runnable

join

public void join()
          throws java.lang.InterruptedException
wait for the thread to finish

Throws:
java.lang.InterruptedException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object