langtools/test/tools/javac/tree/JavacTreeScannerTest.java
changeset 34752 9c262a013456
parent 30730 d3ce7619db2c
child 40766 5e7d12c4fe70
equal deleted inserted replaced
34751:32ee3b176042 34752:9c262a013456
    18  *
    18  *
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
       
    24 
    23 
    25 /**
    24 /**
    26  * Utility and test program to check javac's internal TreeScanner class.
    25  * Utility and test program to check javac's internal TreeScanner class.
    27  * The program can be run standalone, or as a jtreg test.  For info on
    26  * The program can be run standalone, or as a jtreg test.  For info on
    28  * command line args, run program with no args.
    27  * command line args, run program with no args.