Uses of Interface
net.ggtools.grand.graph.visit.NodeVisitor
-
Packages that use NodeVisitor Package Description net.ggtools.grand.ant net.ggtools.grand.graph -
-
Uses of NodeVisitor in net.ggtools.grand.ant
Methods in net.ggtools.grand.ant with parameters of type NodeVisitor Modifier and Type Method Description void
AntTargetNode. accept(NodeVisitor visitor)
Method accept. -
Uses of NodeVisitor in net.ggtools.grand.graph
Methods in net.ggtools.grand.graph with parameters of type NodeVisitor Modifier and Type Method Description void
Node. accept(NodeVisitor visitor)
Accepts a visitor.void
NodeImpl. accept(NodeVisitor visitor)
Method accept.
-