Package net.sourceforge.pmd.dcd.graph
Interface NodeVisitorAcceptor
-
- All Known Implementing Classes:
ClassNode,ConstructorNode,FieldNode,MemberNode,MethodNode,UsageGraph
@Deprecated public interface NodeVisitorAcceptor
Deprecated.SeeDCDInterface for how a node should accept a NodeVisitor. The node may choose to send the visitor to it's contained nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Objectaccept(NodeVisitor visitor, Object data)Deprecated.
-
-
-
Method Detail
-
accept
Object accept(NodeVisitor visitor, Object data)
Deprecated.
-
-