Class DebugListTreeAnnotator

All Implemented Interfaces:
TreeVisitor<Void,AnnotatedTypeMirror>

public class DebugListTreeAnnotator extends ListTreeAnnotator
A ListTreeAnnotator implementation that additionally outputs debugging information.
  • Constructor Details

    • DebugListTreeAnnotator

      public DebugListTreeAnnotator(TreeAnnotator... annotators)
      Constructs a DebugListTreeAnnotator that does not output any debug information.
      Parameters:
      annotators - the annotators for ListTreeAnnotator
    • DebugListTreeAnnotator

      public DebugListTreeAnnotator(Tree.Kind[] kinds, TreeAnnotator... annotators)
      Constructs a DebugListTreeAnnotator that outputs debug for the given tree kinds.
      Parameters:
      kinds - the tree kinds to output debug info for
      annotators - the annotators for ListTreeAnnotator
  • Method Details