src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/CompilationUnitTree.java
changeset 50878 fb7800b66c92
parent 47216 71c04702a3d5
equal deleted inserted replaced
50877:700fffd3c871 50878:fb7800b66c92
    29 
    29 
    30 /**
    30 /**
    31  * Represents the abstract syntax tree for compilation units (source
    31  * Represents the abstract syntax tree for compilation units (source
    32  * files)
    32  * files)
    33  *
    33  *
       
    34  * @deprecated Nashorn JavaScript script engine and APIs, and the jjs tool
       
    35  * are deprecated with the intent to remove them in a future release.
       
    36  *
    34  * @since 9
    37  * @since 9
    35  */
    38  */
       
    39 @Deprecated(since="11", forRemoval=true)
    36 public interface CompilationUnitTree extends Tree {
    40 public interface CompilationUnitTree extends Tree {
    37     /**
    41     /**
    38      * Return the list of source elements in this compilation unit.
    42      * Return the list of source elements in this compilation unit.
    39      *
    43      *
    40      * @return the list of source elements in this compilation unit
    44      * @return the list of source elements in this compilation unit