com.sun.tools.javadoc
Class JavadocTodo

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractQueue<Env<AttrContext>>
          extended by com.sun.tools.javac.comp.Todo
              extended by com.sun.tools.javadoc.JavadocTodo
All Implemented Interfaces:
java.lang.Iterable<Env<AttrContext>>, java.util.Collection<Env<AttrContext>>, java.util.Queue<Env<AttrContext>>

public class JavadocTodo
extends Todo

Javadoc's own todo queue doesn't queue its inputs, as javadoc doesn't perform attribution of method bodies or semantic checking.


Field Summary
 
Fields inherited from class com.sun.tools.javac.comp.Todo
todoKey
 
Constructor Summary
protected JavadocTodo(Context context)
           
 
Method Summary
 void append(Env<AttrContext> e)
           
 boolean offer(Env<AttrContext> e)
           
static void preRegister(Context context)
           
 
Methods inherited from class com.sun.tools.javac.comp.Todo
groupByFile, instance, iterator, peek, poll, size
 
Methods inherited from class java.util.AbstractQueue
add, addAll, clear, element, remove
 
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

JavadocTodo

protected JavadocTodo(Context context)
Method Detail

preRegister

public static void preRegister(Context context)

append

public void append(Env<AttrContext> e)
Overrides:
append in class Todo

offer

public boolean offer(Env<AttrContext> e)
Specified by:
offer in interface java.util.Queue<Env<AttrContext>>
Overrides:
offer in class Todo