Abstract visitor that visits all children by default. <p> Can be used to only process certain nodes. If you override a method and want visiting to descend into children, call {@link #visitChildren}.
See Source File