langtools/src/share/classes/com/sun/tools/javac/util/Position.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 13844 56339cf983a3
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    34  *
    34  *
    35  *  Support is also provided for (line,column) coordinates, but tab
    35  *  Support is also provided for (line,column) coordinates, but tab
    36  *  expansion is optional and no Unicode excape translation is considered.
    36  *  expansion is optional and no Unicode excape translation is considered.
    37  *  The first character is at location (1,1).
    37  *  The first character is at location (1,1).
    38  *
    38  *
    39  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    39  *  <p><b>This is NOT part of any supported API.
    40  *  you write code that depends on this, you do so at your own risk.
    40  *  If you write code that depends on this, you do so at your own risk.
    41  *  This code and its internal interfaces are subject to change or
    41  *  This code and its internal interfaces are subject to change or
    42  *  deletion without notice.</b>
    42  *  deletion without notice.</b>
    43  */
    43  */
    44 public class Position {
    44 public class Position {
    45     public static final int NOPOS        = -1;
    45     public static final int NOPOS        = -1;