public class DocTreePathScanner<R,P> extends DocTreeScanner<R,P>
Constructor and Description |
---|
DocTreePathScanner() |
Modifier and Type | Method and 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()
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-25-041322.buildd.src