Interface NodeVisitor
public interface NodeVisitor
NodeVisitor interface.
-
Method Summary
-
Method Details
-
visit
Visits a node. The call should be expected to occur in a synchronized block. The lock will be node-dependent.- Parameters:
node
- aNode
object.
-