Interface NodeVisitor

All Known Implementing Classes:
StringNodeVisitor

public interface NodeVisitor
A visitor of Nodes.

This interface can be used through Node.accept(NodeVisitor).