Class PathTracker


  • public class PathTracker
    extends java.lang.Object
    Simple utility class for lazily tracking the current path during a tree traversal that recurses down a subtree.
    • Constructor Detail

      • PathTracker

        public PathTracker()
    • Method Detail

      • getChildTracker

        public PathTracker getChildTracker​(java.lang.String name)
      • getPath

        public java.lang.String getPath()