com.sun.tools.javac.tree |
|
Java Source File Name | Type | Comment |
JCTree.java | Class | Root class for abstract syntax tree nodes. |
Pretty.java | Class | Prints out a tree as an indented Java source program.
This is NOT part of any API supported by Sun Microsystems. |
TreeCopier.java | Class | Creates a copy of a tree, using a given TreeMaker.
Names, literal values, etc are shared with the original.
This is NOT part of any API supported by Sun Microsystems. |
TreeInfo.java | Class | Utility class containing inspector methods for trees.
This is NOT part of any API supported by Sun Microsystems. |
TreeMaker.java | Class | Factory class for trees.
This is NOT part of any API supported by Sun Microsystems. |
TreeScanner.java | Class | A subclass of Tree.Visitor, this class defines
a general tree scanner pattern. |
TreeTranslator.java | Class | A subclass of Tree.Visitor, this class defines
a general tree translator pattern. |