org.aspectj.org.eclipse.jdt.internal.core.builder
Class WorkQueue
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.builder.WorkQueue
public class WorkQueue
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WorkQueue
public WorkQueue()
add
public void add(SourceFile element)
addAll
public void addAll(SourceFile[] elements)
clear
public void clear()
finished
public void finished(SourceFile element)
isCompiled
public boolean isCompiled(SourceFile element)
isWaiting
public boolean isWaiting(SourceFile element)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object