src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/CaseTree.java
changeset 50878 fb7800b66c92
parent 47216 71c04702a3d5
equal deleted inserted replaced
50877:700fffd3c871 50878:fb7800b66c92
    37  *
    37  *
    38  *   default :
    38  *   default :
    39  *       <em>statements</em>
    39  *       <em>statements</em>
    40  * </pre>
    40  * </pre>
    41  *
    41  *
       
    42  * @deprecated Nashorn JavaScript script engine and APIs, and the jjs tool
       
    43  * are deprecated with the intent to remove them in a future release.
       
    44  *
    42  * @since 9
    45  * @since 9
    43  */
    46  */
       
    47 @Deprecated(since="11", forRemoval=true)
    44 public interface CaseTree extends Tree {
    48 public interface CaseTree extends Tree {
    45     /**
    49     /**
    46      * Case expression of this 'case' statement.
    50      * Case expression of this 'case' statement.
    47      *
    51      *
    48      * @return null if and only if this Case is {@code default:}
    52      * @return null if and only if this Case is {@code default:}