org.eclipse.jdt.internal.compiler
类 ReadManager

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

public class ReadManager
extends Object
implements Runnable


字段摘要
static int THRESHOLD
           
 
构造方法摘要
ReadManager(ICompilationUnit[] files, int length)
           
 
方法摘要
 char[] getContents(ICompilationUnit unit)
           
 void run()
           
 void shutdown()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

THRESHOLD

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

ReadManager

public ReadManager(ICompilationUnit[] files,
                   int length)
方法详细信息

getContents

public char[] getContents(ICompilationUnit unit)
                   throws Error
抛出:
Error

run

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

shutdown

public void shutdown()


Copyright © 2013. All Rights Reserved.