org.eclipse.jdt.internal.compiler
类 ProcessTaskManager

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.ProcessTaskManager
所有已实现的接口:
Runnable

public class ProcessTaskManager
extends Object
implements Runnable


字段摘要
static int PROCESSED_QUEUE_SIZE
           
 
构造方法摘要
ProcessTaskManager(Compiler compiler)
           
 
方法摘要
 CompilationUnitDeclaration removeNextUnit()
           
 void run()
           
 void shutdown()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

PROCESSED_QUEUE_SIZE

public static final int PROCESSED_QUEUE_SIZE
另请参见:
常量字段值
构造方法详细信息

ProcessTaskManager

public ProcessTaskManager(Compiler compiler)
方法详细信息

removeNextUnit

public CompilationUnitDeclaration removeNextUnit()
                                          throws Error
抛出:
Error

run

public void run()
指定者:
接口 Runnable 中的 run

shutdown

public void shutdown()


Copyright © 2013. All Rights Reserved.