Uses of Class
net.ggtools.grand.ant.AntTargetNode
-
Packages that use AntTargetNode Package Description net.ggtools.grand.ant net.ggtools.grand.graph.visit This package holds the various interfaces, adapters or classes used in the implementation of a visitor design pattern. -
-
Uses of AntTargetNode in net.ggtools.grand.ant
Methods in net.ggtools.grand.ant with parameters of type AntTargetNode Modifier and Type Method Description void
LinkFinderVisitor. setStartNode(AntTargetNode startNode)
-
Uses of AntTargetNode in net.ggtools.grand.graph.visit
Methods in net.ggtools.grand.graph.visit with parameters of type AntTargetNode Modifier and Type Method Description void
NodeVisitor. visitNode(AntTargetNode node)
Visit an Ant target node.
-