java.lang.Object com.sun.tools.javac.tree.TreeCopier<JCTree> com.sun.tools.javac.api.JavacTrees$Copier
All Implemented Interfaces: TreeVisitor
Copier(TreeMaker M) { super(M); }
{ super(M); }
public T copy(T t, JCTree leaf) { T t2 = super.copy(t, leaf); if (t == leaf) leafCopy = t2; return t2; }
{ T t2 = super.copy(t, leaf); if (t == leaf) leafCopy = t2; return t2; }