Uses of Package
com.sun.source.util

Packages that use com.sun.source.util
Package
Description
Provides utilities for operations on abstract syntax trees (AST).
The Doclet API provides an environment which, in conjunction with the Language Model API and Compiler Tree API, allows clients to inspect the source-level structures of programs and libraries, including API comments embedded in the source.
  • Class
    Description
    Provides methods to obtain the position of a DocTree within a javadoc comment.
    Factory for creating DocTree nodes.
    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.
    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 provider for parameter names when the parameter names are not determined from a reliable source, like a classfile.
    Provides methods to obtain the position of a Tree within a CompilationUnit.
    Provides details about work that has been done by the JDK Java Compiler, javac.
    Kind of task event.
    Provides a listener to monitor the activity of 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.
    Bridges JSR 199, JSR 269, and the Tree API.
    A TreeVisitor that visits all the child tree nodes.
  • 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.
    Provides access to syntax trees for doc comments.