Searched defs:TreeCopier (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/file/
H A DCopy.java83 static class TreeCopier implements FileVisitor<Path> { class in class:Copy
89 TreeCopier(Path source, Path target, boolean prompt, boolean preserve) { method in class:Copy.TreeCopier
201 TreeCopier tc = new TreeCopier(source[i], dest, prompt, preserve);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeCopier.java42 public class TreeCopier<P> implements TreeVisitor<JCTree,P> { class in inherits:TreeVisitor
45 /** Creates a new instance of TreeCopier */
46 public TreeCopier(TreeMaker M) { method in class:TreeCopier

Completed in 31 milliseconds