Class JavadocTodo

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

@Deprecated public class JavadocTodo extends com.sun.tools.javac.comp.Todo
Deprecated.
Javadoc's own todo queue doesn't queue its inputs, as javadoc doesn't perform attribution of method bodies or semantic checking.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

  • Constructor Details

    • JavadocTodo

      protected JavadocTodo(com.sun.tools.javac.util.Context context)
      Deprecated.
  • Method Details

    • preRegister

      public static void preRegister(com.sun.tools.javac.util.Context context)
      Deprecated.
    • append

      public void append(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> e)
      Deprecated.
      Overrides:
      append in class com.sun.tools.javac.comp.Todo
    • offer

      public boolean offer(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> e)
      Deprecated.
      Specified by:
      offer in interface Queue<com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>>
      Overrides:
      offer in class com.sun.tools.javac.comp.Todo