langtools/src/share/classes/com/sun/tools/javac/model/JavacSourcePosition.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    29 import com.sun.tools.javac.util.Position;
    29 import com.sun.tools.javac.util.Position;
    30 
    30 
    31 /**
    31 /**
    32  * Implementation of model API SourcePosition based on javac internal state.
    32  * Implementation of model API SourcePosition based on javac internal state.
    33  *
    33  *
    34  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    34  * <p><b>This is NOT part of any supported API.
    35  * If you write code that depends on this, you do so at your own
    35  * If you write code that depends on this, you do so at your own
    36  * risk.  This code and its internal interfaces are subject to change
    36  * risk.  This code and its internal interfaces are subject to change
    37  * or deletion without notice.</b></p>
    37  * or deletion without notice.</b></p>
    38  */
    38  */
    39 class JavacSourcePosition {
    39 class JavacSourcePosition {