DocTreeVisitor<R,P>
public class DocTreePathScanner<R,P> extends DocTreeScanner<R,P>
Constructor | Description |
---|---|
DocTreePathScanner() |
Modifier and Type | Method | Description |
---|---|---|
DocTreePath |
getCurrentPath() |
Returns the current path for the node, as built up by the currently
active set of scan calls.
|
R |
scan(DocTree tree,
P p) |
Scans a single node.
|
R |
scan(DocTreePath path,
P p) |
Scans a tree from a position identified by a tree path.
|
reduce, scan, visitAttribute, visitAuthor, visitComment, visitDeprecated, visitDocComment, visitDocRoot, visitEndElement, visitEntity, visitErroneous, visitHidden, visitIdentifier, visitIndex, visitInheritDoc, visitLink, visitLiteral, visitOther, visitParam, visitReference, visitReturn, visitSee, visitSerial, visitSerialData, visitSerialField, visitSince, visitStartElement, visitText, visitThrows, visitUnknownBlockTag, visitUnknownInlineTag, visitValue, visitVersion
public R scan(DocTreePath path, P p)
path
- the pathp
- a value to be passed to visitor methodspublic R scan(DocTree tree, P p)
scan
in class DocTreeScanner<R,P>
tree
- the tree to be scannedp
- a value to be passed to visitor methodspublic DocTreePath getCurrentPath()
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, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b149-1