src/share/classes/com/sun/source/tree/LineMap.java

changeset 2083
379c04c090cf
parent 1590
011cf7e0a148
child 2525
2eb010b6cb22
equal deleted inserted replaced
2082:c0d44b1e6b6a 2083:379c04c090cf
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 * @since 1.6 32 * @since 1.6
33 */ 33 */
34 @jdk.Supported 34 @jdk.Exported
35 public interface LineMap { 35 public interface LineMap {
36 /** 36 /**
37 * Find the start position of a line. 37 * Find the start position of a line.
38 * 38 *
39 * @param line line number (beginning at 1) 39 * @param line line number (beginning at 1)

mercurial