Package | Description |
---|---|
com.sun.source.doctree |
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
|
com.sun.source.util |
Provides utilities for operations on abstract syntax trees (AST).
|
Modifier and Type | Method | Description |
---|---|---|
<R,D> R |
DocTree.accept(DocTreeVisitor<R,D> visitor,
D data) |
Accept method used to implement the visitor pattern.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DocTreePathScanner<R,P> |
A DocTreeVisitor that visits all the child tree nodes, and provides
support for maintaining a path for the parent nodes.
|
class |
DocTreeScanner<R,P> |
A TreeVisitor that visits all the child tree nodes.
|
class |
SimpleDocTreeVisitor<R,P> |
A simple visitor for tree nodes.
|
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-9b158-1