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 voidAntTargetNode. 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 voidNode. accept(NodeVisitor visitor)Accepts a visitor.voidNodeImpl. accept(NodeVisitor visitor)Method accept.
-