Class JavadocTodo

  • All Implemented Interfaces:
    java.lang.Iterable<com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>>, java.util.Collection<com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>>, java.util.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.

    • Field Summary

      • Fields inherited from class com.sun.tools.javac.comp.Todo

        todoKey
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JavadocTodo​(com.sun.tools.javac.util.Context context)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void append​(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> e)
      Deprecated.
       
      boolean offer​(com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext> e)
      Deprecated.
       
      static void preRegister​(com.sun.tools.javac.util.Context context)
      Deprecated.
       
      • Methods inherited from class com.sun.tools.javac.comp.Todo

        groupByFile, instance, iterator, peek, poll, retainFiles, 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, parallelStream, remove, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
    • Constructor Detail

      • JavadocTodo

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

      • 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 java.util.Queue<com.sun.tools.javac.comp.Env<com.sun.tools.javac.comp.AttrContext>>
        Overrides:
        offer in class com.sun.tools.javac.comp.Todo