@Exported public class DocTreePathScanner<R,P> extends DocTreeScanner<R,P>
| Constructor and Description | 
|---|
| DocTreePathScanner() | 
| Modifier and Type | Method and Description | 
|---|---|
| DocTreePath | getCurrentPath()Get the current path for the node, as built up by the currently
 active set of scan calls. | 
| R | scan(DocTree tree,
    P p)Scan a single node. | 
| R | scan(DocTreePath path,
    P p)Scan a tree from a position identified by a TreePath. | 
reduce, scan, visitAttribute, visitAuthor, visitComment, visitDeprecated, visitDocComment, visitDocRoot, visitEndElement, visitEntity, visitErroneous, visitIdentifier, visitInheritDoc, visitLink, visitLiteral, visitOther, visitParam, visitReference, visitReturn, visitSee, visitSerial, visitSerialData, visitSerialField, visitSince, visitStartElement, visitText, visitThrows, visitUnknownBlockTag, visitUnknownInlineTag, visitValue, visitVersionpublic R scan(DocTreePath path, P p)
public R scan(DocTree tree, P p)
scan in class DocTreeScanner<R,P>public DocTreePath getCurrentPath()
 Copyright © 2005, 2017, Oracle and/or its affiliates.  All rights reserved.