< prev index next >

src/jdk.compiler/share/classes/com/sun/source/util/DocTreePathScanner.java

Print this page

        

*** 37,46 **** --- 37,51 ---- * * @since 1.8 */ public class DocTreePathScanner<R, P> extends DocTreeScanner<R, P> { /** + * Constructs a {@code DocTreePathScanner}. + */ + public DocTreePathScanner() {} + + /** * Scans a tree from a position identified by a tree path. * @param path the path * @param p a value to be passed to visitor methods * @return the result returned from the main visitor method */
< prev index next >