|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.javac.tree.TreeCopier<JCTree>
com.sun.tools.javac.api.JavacTrees.Copier
static class JavacTrees.Copier
Makes a copy of a tree, noting the value resulting from copying a particular leaf.
| Field Summary | |
|---|---|
(package private) JCTree |
leafCopy
|
| Constructor Summary | |
|---|---|
JavacTrees.Copier(TreeMaker M)
|
|
| Method Summary | ||
|---|---|---|
|
copy(T t,
JCTree leaf)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.source.tree.TreeVisitor |
|---|
visitOther |
| Field Detail |
|---|
JCTree leafCopy
| Constructor Detail |
|---|
JavacTrees.Copier(TreeMaker M)
| Method Detail |
|---|
public <T extends JCTree> T copy(T t,
JCTree leaf)
copy in class TreeCopier<JCTree>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||