Compiler Tree API
DRAFT 9-Ubuntu+0-9b153-1
A B C D E F G H I J L M N O P R S T U V W X 

D

DocTreePath - Class in com.sun.source.util
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.
DocTreePathScanner<R,P> - Class in com.sun.source.util
A DocTreeVisitor that visits all the child tree nodes, and provides support for maintaining a path for the parent nodes.
DocTrees - Class in com.sun.source.util
Provides access to syntax trees for doc comments.
DocTreeScanner<R,P> - Class in com.sun.source.util
A TreeVisitor that visits all the child tree nodes.
DocTree.Kind - Enum in com.sun.source.doctree
Enumerates all kinds of trees.
DEPRECATED - com.sun.source.doctree.DocTree.Kind
Used for instances of DeprecatedTree representing an @deprecated tag.
DIVIDE - com.sun.source.tree.Tree.Kind
Used for instances of BinaryTree representing division /.
DIVIDE_ASSIGNMENT - com.sun.source.tree.Tree.Kind
Used for instances of CompoundAssignmentTree representing division assignment /=.
DO_WHILE_LOOP - com.sun.source.tree.Tree.Kind
Used for instances of DoWhileLoopTree.
DOC_COMMENT - com.sun.source.doctree.DocTree.Kind
Used for instances of DocCommentTree representing a complete doc comment.
DOC_ROOT - com.sun.source.doctree.DocTree.Kind
Used for instances of DocRootTree representing an @docRoot tag.
DOUBLE - com.sun.source.doctree.AttributeTree.ValueKind
The attribute value is enclosed in double quotation marks.
DOUBLE_LITERAL - com.sun.source.tree.Tree.Kind
Used for instances of LiteralTree representing a floating-point literal expression of type double.
DeprecatedTree - Interface in com.sun.source.doctree
A tree node for an @deprecated block tag.
DirectiveTree - Interface in com.sun.source.tree
A super-type for all the directives in a ModuleTree.
DocCommentTree - Interface in com.sun.source.doctree
The top level representation of a documentation comment.
DocRootTree - Interface in com.sun.source.doctree
A tree node for an @docroot inline tag.
DocSourcePositions - Interface in com.sun.source.util
Provides methods to obtain the position of a DocTree within a javadoc comment.
DocTree - Interface in com.sun.source.doctree
Common interface for all nodes in a documentation syntax tree.
DocTreeFactory - Interface in com.sun.source.util
Factory for creating DocTree nodes.
DocTreeVisitor<R,P> - Interface in com.sun.source.doctree
A visitor of trees, in the style of the visitor design pattern.
DoWhileLoopTree - Interface in com.sun.source.tree
A tree node for a do statement.
DEFAULT_VALUE - Variable in class com.sun.source.util.SimpleDocTreeVisitor
The default value, returned by the default action.
DEFAULT_VALUE - Variable in class com.sun.source.util.SimpleTreeVisitor
The default value, returned by the default action.
DocTreePath(DocTreePath, DocTree) - Constructor for class com.sun.source.util.DocTreePath
Creates a DocTreePath for a child node.
DocTreePath(TreePath, DocCommentTree) - Constructor for class com.sun.source.util.DocTreePath
Creates a DocTreePath for a root node.
DocTreePathScanner() - Constructor for class com.sun.source.util.DocTreePathScanner
 
DocTrees() - Constructor for class com.sun.source.util.DocTrees
 
DocTreeScanner() - Constructor for class com.sun.source.util.DocTreeScanner
 
defaultAction(DocTree, P) - Method in class com.sun.source.util.SimpleDocTreeVisitor
The default action, used by all visit methods that are not overridden.
defaultAction(Tree, P) - Method in class com.sun.source.util.SimpleTreeVisitor
The default action, used by all visit methods that are not overridden.
A B C D E F G H I J L M N O P R S T U V W X 
Skip navigation links
Compiler Tree API
DRAFT 9-Ubuntu+0-9b153-1

Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.

DRAFT 9-Ubuntu+0-9b153-1