| edu.rice.cs.util.docnavigation.NodeDataVisitor
NodeDataVisitor | public interface NodeDataVisitor (Code) | | This visitor runs on NodeData. The only variation from the
standard visitor pattern is that the dispatched methods do
not receive an instance of the host, but rather an instance
of the data the host was meant to hold. This allows the host
to be considered a simple data wrapper.
|
|
|