|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeVisitor | |
|---|---|
| net.sourceforge.pmd.dcd | |
| net.sourceforge.pmd.dcd.graph | |
| Uses of NodeVisitor in net.sourceforge.pmd.dcd |
|---|
| Classes in net.sourceforge.pmd.dcd that implement NodeVisitor | |
|---|---|
class |
DumpNodeVisitor
Dump a UsageGraph to System.out. |
class |
UsageNodeVisitor
Perform a visitation a UsageGraph, looking for dead code, which is essential code which is not used by any other code. |
| Uses of NodeVisitor in net.sourceforge.pmd.dcd.graph |
|---|
| Classes in net.sourceforge.pmd.dcd.graph that implement NodeVisitor | |
|---|---|
class |
NodeVisitorAdapter
Adapter class for easy implementation of a NodeVisitor. |
| Methods in net.sourceforge.pmd.dcd.graph with parameters of type NodeVisitor | |
|---|---|
java.lang.Object |
MemberNode.accept(NodeVisitor visitor,
java.lang.Object data)
|
java.lang.Object |
UsageGraph.accept(NodeVisitor visitor,
java.lang.Object data)
|
java.lang.Object |
NodeVisitorAcceptor.accept(NodeVisitor visitor,
java.lang.Object data)
|
java.lang.Object |
ClassNode.accept(NodeVisitor visitor,
java.lang.Object data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||