langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/DocTreeVisitor.java
equal
deleted
inserted
replaced
52 * methods. Use {@code Void} for visitors that do not need an |
52 * methods. Use {@code Void} for visitors that do not need an |
53 * additional parameter. |
53 * additional parameter. |
54 * |
54 * |
55 * @since 1.8 |
55 * @since 1.8 |
56 */ |
56 */ |
57 @jdk.Exported |
|
58 public interface DocTreeVisitor<R,P> { |
57 public interface DocTreeVisitor<R,P> { |
59 |
58 |
60 /** |
59 /** |
61 * Visits an AttributeTree node. |
60 * Visits an AttributeTree node. |
62 * @param node the node being visited |
61 * @param node the node being visited |