Java Doc for CompilationUnitTree.java in » 6.0-JDK-Modules-sun » javac-compiler » com » sun » source » tree » Java Source Code / Java DocumentationJava Source Code and Java Documentation
public interface CompilationUnitTree extends Tree(Code)
Represents the abstract syntax tree for compilation units (source
files) and package declarations (package-info.java).
See Also: "The Java Language Specification, 3rd ed, sections 7.3, and 7.4" author: Peter von der Ahé since: 1.6