org.aspectj.org.eclipse.jdt.internal.core.builder
Class WorkQueue

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.builder.WorkQueue

public class WorkQueue
extends java.lang.Object


Constructor Summary
WorkQueue()
           
 
Method Summary
 void add(SourceFile element)
           
 void addAll(SourceFile[] elements)
           
 void clear()
           
 void finished(SourceFile element)
           
 boolean isCompiled(SourceFile element)
           
 boolean isWaiting(SourceFile element)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkQueue

public WorkQueue()
Method Detail

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