src/jdk.compiler/share/classes/com/sun/source/tree/CompilationUnitTree.java
changeset 54817 ef73702a906e
parent 47216 71c04702a3d5
equal deleted inserted replaced
54816:b27f33bef884 54817:ef73702a906e
    30 
    30 
    31 /**
    31 /**
    32  * Represents the abstract syntax tree for compilation units (source
    32  * Represents the abstract syntax tree for compilation units (source
    33  * files) and package declarations (package-info.java).
    33  * files) and package declarations (package-info.java).
    34  *
    34  *
    35  * @jls sections 7.3, and 7.4
    35  * @jls 7.3 Compilation Units
       
    36  * @jls 7.4 Package Declarations
    36  *
    37  *
    37  * @author Peter von der Ahé
    38  * @author Peter von der Ahé
    38  * @since 1.6
    39  * @since 1.6
    39  */
    40  */
    40 public interface CompilationUnitTree extends Tree {
    41 public interface CompilationUnitTree extends Tree {