public interface IPDOMVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
leave(IPDOMNode node)
All children have been visited, about to go back to the parent.
|
boolean |
visit(IPDOMNode node)
Walks the nodes in a PDOM.
|
boolean visit(IPDOMNode node) throws org.eclipse.core.runtime.CoreException
node - being visitedorg.eclipse.core.runtime.CoreExceptionvoid leave(IPDOMNode node) throws org.eclipse.core.runtime.CoreException
node - that has just completed visitationorg.eclipse.core.runtime.CoreExceptionCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.