Module jdk.compiler

Package com.sun.source.util


package com.sun.source.util
Provides utilities for operations on abstract syntax trees (AST).
Since:
1.6
  • Interface Summary
    Interface
    Description
    Provides methods to obtain the position of a DocTree within a javadoc comment.
    Factory for creating DocTree nodes.
    A provider for parameter names when the parameter names are not determined from a reliable source, like a classfile.
    The interface for a javac plug-in.
    Provides methods to obtain the position of a Tree within a CompilationUnit.
    Provides a listener to monitor the activity of the JDK Java Compiler, javac.
  • Class Summary
    Class
    Description
    A path of tree nodes, typically used to represent the sequence of ancestor nodes of a tree node up to the top-level DocCommentTree node.
    A DocTreeVisitor that visits all the child tree nodes, and provides support for maintaining a path for the parent nodes.
    Provides access to syntax trees for doc comments.
    A DocTreeVisitor that visits all the child tree nodes.
    Provides access to functionality specific to the JDK Java Compiler, javac.
    A simple visitor for tree nodes.
    A simple visitor for tree nodes.
    Provides details about work that has been done by the JDK Java Compiler, javac.
    A path of tree nodes, typically used to represent the sequence of ancestor nodes of a tree node up to the top level CompilationUnitTree node.
    A TreeVisitor that visits all the child tree nodes, and provides support for maintaining a path for the parent nodes.
    Bridges JSR 199, JSR 269, and the Tree API.
    TreeScanner<R,​P>
    A TreeVisitor that visits all the child tree nodes.
  • Enum Class Summary
    Enum Class
    Description
    Kind of task event.