< prev index next >

src/java.compiler/share/classes/javax/lang/model/util/ElementScanner9.java

Print this page

        

*** 109,120 **** protected ElementScanner9(R defaultValue){ super(defaultValue); } /** ! * Visits a {@code ModuleElement} by scanning the enclosed ! * elements. * * @param e the element to visit * @param p a visitor-specified parameter * @return the result of the scan */ --- 109,121 ---- protected ElementScanner9(R defaultValue){ super(defaultValue); } /** ! * {@inheritDoc} ! * ! * @implSpec This implementation scans the enclosed elements. * * @param e the element to visit * @param p a visitor-specified parameter * @return the result of the scan */
< prev index next >