Searched defs:PathVisitor (Results 1 – 2 of 2) sorted by relevance
28 public interface PathVisitor extends FileVisitor<Path> { interface
1625 struct PathVisitor; struct1628 impl<'a> Visitor<'a> for PathVisitor { implementation