Visits the given node. @param node the node to visit @throws Exception if an error occurs during visitation
(Node node)
| 27 | * @throws Exception if an error occurs during visitation |
| 28 | */ |
| 29 | void visit(Node node) throws Exception; |
| 30 | } |
no outgoing calls