< prev index next > src/jdk.compiler/share/classes/com/sun/source/util/SimpleTreeVisitor.java
Print this page
public R visitWhileLoop(WhileLoopTree node, P p) {
return defaultAction(node, p);
}
/**
! * {@inheritDoc}
- *
- * @implSpec This implementation calls {@code defaultAction}.
*
* @param node {@inheritDoc}
* @param p {@inheritDoc}
* @return the result of {@code defaultAction}
*/
public R visitWhileLoop(WhileLoopTree node, P p) {
return defaultAction(node, p);
}
/**
! * {@inheritDoc} This implementation calls {@code defaultAction}.
*
* @param node {@inheritDoc}
* @param p {@inheritDoc}
* @return the result of {@code defaultAction}
*/
< prev index next >