public interface NodeVisitor
void
head(Node node, int depth)
tail(Node node, int depth)
void head(Node node, int depth)
void tail(Node node, int depth)
Copyright © 2009–2013 Jonathan Hedley. All rights reserved.