src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/ClassExpressionTree.java
changeset 50878 fb7800b66c92
parent 47216 71c04702a3d5
equal deleted inserted replaced
50877:700fffd3c871 50878:fb7800b66c92
    28 import java.util.List;
    28 import java.util.List;
    29 
    29 
    30 /**
    30 /**
    31  * A tree node that represents a <a href="http://www.ecma-international.org/ecma-262/6.0/#sec-class-definitions">class expression</a>.
    31  * A tree node that represents a <a href="http://www.ecma-international.org/ecma-262/6.0/#sec-class-definitions">class expression</a>.
    32  *
    32  *
       
    33  * @deprecated Nashorn JavaScript script engine and APIs, and the jjs tool
       
    34  * are deprecated with the intent to remove them in a future release.
       
    35  *
    33  * @since 9
    36  * @since 9
    34  */
    37  */
       
    38 @Deprecated(since="11", forRemoval=true)
    35 public interface ClassExpressionTree extends ExpressionTree {
    39 public interface ClassExpressionTree extends ExpressionTree {
    36     /**
    40     /**
    37      * Class identifier. Optional.
    41      * Class identifier. Optional.
    38      *
    42      *
    39      * @return the class identifier
    43      * @return the class identifier