forked from phoedos/pmd

This way you don't need to upcast a node to eg JavaNode in order to call the next method to delegate: ```java visit((JavaNode) node, data) -> visitJavaNode(node, data) ``` This prevents writing `visit(node, data)` and not being sure what overload is called.
20 KiB
20 KiB