public class ProcessTaskManager
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
static int |
PROCESSED_QUEUE_SIZE |
| Constructor and Description |
|---|
ProcessTaskManager(Compiler compiler,
int startingIndex) |
| Modifier and Type | Method and Description |
|---|---|
CompilationUnitDeclaration |
removeNextUnit() |
void |
run() |
void |
shutdown() |
public static final int PROCESSED_QUEUE_SIZE
public ProcessTaskManager(Compiler compiler, int startingIndex)
public CompilationUnitDeclaration removeNextUnit() throws java.lang.Error
java.lang.Errorpublic void run()
run in interface java.lang.Runnablepublic void shutdown()