< prev index next >

nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/LineMap.java

Print this page

        

*** 27,37 **** /** * Provides methods to convert between character positions and line numbers * for a compilation unit. * ! * @since 1.9 */ @jdk.Exported public interface LineMap { /** * Find the line containing a position; a line termination --- 27,37 ---- /** * Provides methods to convert between character positions and line numbers * for a compilation unit. * ! * @since 9 */ @jdk.Exported public interface LineMap { /** * Find the line containing a position; a line termination
< prev index next >