Interface NodeVisitor<N,R>

Type Parameters:
N - type of the node
R - type of the result of the traversal
All Known Implementing Classes:
GenerateChangelogVisitor, GenerateInitialValuesVisitor

public interface NodeVisitor<N,R>
Generic visitor for simple trees.