nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/BreakTree.java
changeset 29412 6dfd487fbad4
parent 29407 3fd4ede1581e
child 34903 0a5536ef0eec
equal deleted inserted replaced
29411:79e9da5fffbc 29412:6dfd487fbad4
    43      * Label associated with this break statement. This is null
    43      * Label associated with this break statement. This is null
    44      * if there is no label associated with this break statement.
    44      * if there is no label associated with this break statement.
    45      *
    45      *
    46      * @return label associated with this break statement.
    46      * @return label associated with this break statement.
    47      */
    47      */
       
    48     @Override
    48     String getLabel();
    49     String getLabel();
    49 }
    50 }