src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/LineMap.java
changeset 50878 fb7800b66c92
parent 47216 71c04702a3d5
equal deleted inserted replaced
50877:700fffd3c871 50878:fb7800b66c92
    27 
    27 
    28 /**
    28 /**
    29  * Provides methods to convert between character positions and line numbers
    29  * Provides methods to convert between character positions and line numbers
    30  * for a compilation unit.
    30  * for a compilation unit.
    31  *
    31  *
       
    32  * @deprecated Nashorn JavaScript script engine and APIs, and the jjs tool
       
    33  * are deprecated with the intent to remove them in a future release.
       
    34  *
    32  * @since 9
    35  * @since 9
    33  */
    36  */
       
    37 @Deprecated(since="11", forRemoval=true)
    34 public interface LineMap {
    38 public interface LineMap {
    35     /**
    39     /**
    36      * Find the line containing a position; a line termination
    40      * Find the line containing a position; a line termination
    37      * character is on the line it terminates.
    41      * character is on the line it terminates.
    38      *
    42      *