< prev index next > src/jdk.compiler/share/classes/com/sun/source/util/TreeScanner.java
Print this page
r = scanAndReduce(node.getStatement(), p, r);
return r;
}
/**
! * {@inheritDoc}
- *
- * @implSpec This implementation scans the children in left to right order.
*
* @param node {@inheritDoc}
* @param p {@inheritDoc}
* @return the result of scanning
*/
r = scanAndReduce(node.getStatement(), p, r);
return r;
}
/**
! * {@inheritDoc} This implementation scans the children in left to right order.
*
* @param node {@inheritDoc}
* @param p {@inheritDoc}
* @return the result of scanning
*/
< prev index next >